Vidyalelo
Java Programming · Q99

Operators

Programming · Java Programming · question 99

Q99

What is true about a break?

A.
Break stops the execution of entire program
B.
Break halts the execution and forces the control out of the loop
Answer
C.
Break forces the control out of the loop and starts the execution of next iteration
D.
Break halts the execution of the loop for certain time frame

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board