Page 1 of 1

Which statement is true about the switch statement?

Posted: Sun Jun 11, 2023 4:01 pm
by answerhappygod
Which statement is true about the switch statement?

A. It must contain the default section.
B. The break statement, at the end of each case block, is optional.
C. Its case label literals can be changed at runtime.
D. Its expression must evaluate to a collection of values.