Multiple Choice
A continue statement
A) may be used within a while or a do-while loop but not a for loop
B) is identical to a break statement within Java loops
C) may be used within any Java loop statement
D) may be used within a for loop but not within a while or a do-while loop
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The following for loop is an infinite
Q11: A for statement is normally used when
Q12: The following for loop is odd in
Q13: If a break occurs within the innermost
Q15: A loop can be used in a
Q16: In Java, it is possible to create
Q17: How many times will the following loop
Q18: The following loop is syntactically valid:<br>for(int j
Q19: Which of the following would rotate an
Q27: Write code that outputs all of the