Multiple Choice
What does the break statement do?
A) ends a program
B) transfers control out of the current control structure such as a loop or switch statement
C) ends the current line of output, returning the cursor
D) denotes the end of a switch statement
E) indicated the end of a line when using System.out.print
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The statement:<br>if (a >= b) a++; else
Q10: Code Segment Ch 05-1<br>if (a > 0)<br>
Q11: Which of the following are true about
Q12: Which type of GUI control would be
Q13: Assume that boolean done = false, int
Q13: If a break occurs within the innermost
Q15: If x is an int where x
Q17: An if statement may or may not
Q18: Which of the sets of statements below
Q19: If you create an ArrayList without specifying