Multiple Choice
Which of the following statements about the continue statement is true
A) The continue statement is used to exit a repetition statement early and continue execution after the loop.
B) The continue statement is used to continue after a switch statement.
C) The continue statement does not alter the flow of control.
D) A continue statement proceeds with the next iteration of the immediately enclosing while, for, do…while statement.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Infinite loops are caused when the loop-continuation
Q14: The C# operator ^ can be used
Q15: Counting loops should be controlled with whatever
Q16: for statements cannot be represented as while
Q18: Many classes provide methods to perform common
Q19: The for repetition statement handles the details
Q20: Which of the following is not a
Q21: Suppose variable gender is MALE and age
Q21: Modifying the control variable of a for
Q22: The statement,when executed in a while loop,skips