+ 1
Archisman Chatterjee ā€¢In main() You haven't written ' return 0; ' but used return type ' int '. ā€¢In my opinion,( that's not wrong in your code, but) use braces {} for if block, looks good šŸ˜„ And yes, as Slick said, use ' ; ' at the end of declaration of variables. Re-write it and check, i think, it should be fine šŸ‘
11th Jan 2022, 7:38 AM
(ā˜ž ą² _ą² )ā˜ž.ĻrĪ‘Ļ„Ī—Ī±Īœ.
(ā˜ž ą² _ą² )ā˜ž.ĻrĪ‘Ļ„Ī—Ī±Īœ. - avatar
+ 3
The first line in the main function you need to end the variable initialization with a semi-colon not a comma int m=4, n=3;
10th Jan 2022, 11:15 AM
Slick
Slick - avatar
+ 1
Always there for helpšŸ‘šŸ‘
11th Jan 2022, 9:42 AM
(ā˜ž ą² _ą² )ā˜ž.ĻrĪ‘Ļ„Ī—Ī±Īœ.
(ā˜ž ą² _ą² )ā˜ž.ĻrĪ‘Ļ„Ī—Ī±Īœ. - avatar