Q2
What does the "break" keyword do in a switch statement?
A.
Exits the switch statement
AnswerB.
Skips the current iteration
C.
Continues to the next iteration
D.
Throws an exception
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board