Computer Science, asked by ashokashok37598, 3 months ago

Q.1 What is meant by 'labelled break' statement?​

Answers

Answered by pearltiwari21
1

Answer:

When a break statement is encountered inside a loop, the loop is immediately terminated and the program control resumes at the next statement following the loop. The Java break statement is used to break loop or switch statement. It breaks the current flow of the program at specified condition.

Similar questions