Computer Science, asked by ravibest1111, 8 months ago

write the statement used to prevent fall through in switch case​

Answers

Answered by Anonymous
10

Answer:

  • When the variable being switched on is equal to a case, the statements following that case will execute until a break statement is reached. ... When a break statement is reached, the switch terminates, and the flow of control jumps to the next line following the switch statement.
Answered by ItzDeadDeal
2

\huge\boxed{\fcolorbox{red}{blue}{Answer!☺}}

When the variable being switched on is equal to a case, the statements following that case will execute until a break statement is reached. ... When a break statement is reached, the switch terminates, and the flow of control jumps to the next line following the switch statement.

Similar questions