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

Verified
Correct Answer:
Verified
Related Questions
Q22: If you want to stop a loop
Q23: To write data to a file, you
Q24: This means to increase a value:<br>A) decrement<br>B)
Q25: What is the output of the following
Q26: A while loop's body can contain multiple
Q28: The _ loop is a good choice
Q29: It is possible to define a file
Q30: Assuming outFile is a file stream object
Q31: The two important parts of a while
Q32: These are operators that add and subtract