Multiple Choice
A statement that causes a loop to terminate early is
A) break
B) terminate
C) re-iterate
D) continue
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: A special value that marks the end
Q34: In a for statement, this expression is
Q35: To allow file access in a program,
Q36: If you place a semicolon after the
Q37: How many times will the following loop
Q39: You may nest while and do-while loops
Q40: What will the following code display?<br>int number
Q41: If you want a user to enter
Q42: To write read data from a file,
Q43: A while loop is somewhat limited because