Q11
What does the `break` statement do in a Java loop?
A.
Skips the current iteration and continues with the next iteration
B.
Restarts the loop from the beginning
C.
Exits the loop prematurely and continues with the next statement after the loop
AnswerD.
Ends the program execution
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board