Question: 20
(Choose 1 answer)
What will happen if a break statement is not used in a switch case?
A. The program will execute the next case(s) until a break is encountered or the switch ends
B. The program will terminate immediately
C. The program will throw a compile-time error
D. The program will skip all remaining cases