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 the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Given the following switch statement where x
Q7: How many times will the following loop
Q8: It is possible to convert any type
Q9: Consider the following paint method to answer
Q11: Given that s is a String, what
Q12: The following nested loop structure will execute
Q12: The following for loop is odd in
Q13: You might choose to use a switch
Q14: Write some code that inputs a set
Q16: In Java, it is possible to create