I'm in an intro C++ class, and so far my prof has not mentioned break or continue for loop control, except to say that each case in a switch statement should end in a break statement.<BR><BR>I'm ...
whatever is a dummy variable that you can replace with other variables. Be sure to indent the statements to repeat in the loop. We need to have at least one condition to implement the loop and make ...