ICSE Class 10 Computer Applications Question 3 of 43

Conditional Constructs in Java — Question 3

Back to all questions
3
Question

Question 3

Explain the significance of break statement in the switch statement.

Answer

The break statement is used inside the switch statement to terminate a statement block. It brings the program control out of the switch statement.