Multiple Choice
This statement may be used to stop a loop's current iteration and begin the next one.
A) break
B) terminate
C) return
D) continue
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: string objects have a member function named
Q21: The update expression of a for loop
Q22: The while loop has two important parts:
Q27: Assuming dataFile is a file stream object,
Q30: In a for statement, this expression is
Q36: If you place a semicolon after the
Q40: What will the following code display?<br>int number
Q43: A while loop is somewhat limited because
Q47: What will the following code display?<br>Int number
Q56: The condition that is tested by a