Multiple Choice
Where is the continue statement NOT usually used?
A) while loops
B) for loops
C) switch structures
D) do...while loops
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: To read data from a file of
Q12: Assume that all variables in the following
Q14: A loop is a control structure that
Q35: Suppose sum and num are int variables,
Q36: Which executes first in a do...while loop?<br>A)
Q37: int x = 27;<br>Int y = 10;do<br>X
Q42: EOF-controlled while loop is another name for
Q46: Because a do...while loop is a post-test
Q47: Like a do...while loop, the body of
Q49: If the while expression becomes false in