break statement is used to jump out of loop
Answers
Answered by
1
Explanation:
Break: The break statement in java is used to terminate from the loop immediately. When a break statement is encountered inside a loop, the loop iteration stops there, and control returns from the loop immediately to the first statement after the loop.
Answered by
0
Answer:
Hope it helps you.
Attachments:
Similar questions