Multiple Choice
A ___________ statement terminates the current iteration of a loop.
A) Break
B) Continue
C) Switch
D) Assert
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: In a switch statement,the default case is
Q29: An algorithm is a step-by-step method of
Q30: Write an if-else statement to compute the
Q31: You may omit the else part of
Q32: The OR operator in Java is represented
Q34: A multi-way if-else statement<br>A)allows you to choose
Q35: To terminate a program,use the Java statement:<br>A)System.quit0);<br>B)System.end0);<br>C)System.abort0);<br>D)System.exit0);
Q36: Good debugging techniques include:<br>A)Inserting output statements in
Q37: What is short-circuit evaluation of Boolean expressions?
Q38: Boolean expressions are used to control branch