Oct 8, 2014 at 9:54am
If im going to make my do-while loop program, does the "return 0;" affects the process of do-while loop?
Last edited on Oct 8, 2014 at 9:55am
Oct 8, 2014 at 9:57am
Yes, return 0;
means return no errors and be done with the program.