Multiple Choice
Which of the following are valid case statements in a switch?
A) case 1:
B) case x<4:
C) case 'ab':
D) case 1.5:
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Which boolean operation is described by the
Q15: Which of the following symbols has the
Q16: What is the output of the following
Q17: _ is a type whose values are
Q18: Which of the following is not a
Q20: A switch statement variable must be _
Q21: All nested if-else statements can be converted
Q22: What is the output of the following
Q23: In an enumerated data type, different constants
Q24: How many times is "Hi" printed to