Multiple Choice
The statement,when executed in a while loop,skips the remaining statements in the body of the statement and begins the next iteration of the loop.
A) continue
B) break
C) next
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Which of the following statements about the
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: Modifying the control variable of a for
Q23: A common logic error known as a(n)occurs
Q24: The first line of the for statement
Q25: A while statement automatically increments a variable
Q26: Which of the following statements is false<br>A)
Q27: Which of the following for-loop control headers