Explain the significance of break statement in the switch statement.
Answers
Answered by
5
Answer:
Now a break statement, a break statement is used when there is a situation where we want to jump out of current flow.. The keyword break allows us to do this.The break statement breaks the control from current scope to the first statement after the loop.
Explanation:
Similar questions