Kizspy | Question: 22 (Choose 1 answer)
Which of the following about the switch case statement is true?
A. It can only be used with integer or character type expressions.
B. It can be used with any data type.
C. It can only be used in functions.
D. It can only have one case statement inside.