Computer Science, asked by rishita183, 10 months ago

What is the significance of a break statement in a switch statement?

(JAVA CONCEPTS)​

Answers

Answered by Aman2324
1

When the break statement is encountered inside a loop, the loop is immediately terminated and the program control resumes at the next statement following the loop. It can be used to terminate a case in the switch statement (covered in the next chapter).

please mark the answer as brainliest please

Similar questions