Multiple Choice
The statement causes a loop to terminate early.
A) stop
B) break
C) continue
D) terminate
E) quit
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A while loop is somewhat limited, because
Q2: When a loop is nested inside another
Q4: A while loop may have a semicolon
Q5: are C++ operators that change their operands
Q6: A sentinel is a special value that<br>A)marks
Q7: To a value means to increase it.<br>A)add
Q10: To use an output file in a
Q11: The while loop has two important parts:
Q14: A(n)is a variable that is regularly incremented
Q26: A while loop is somewhat limited because