Which is true about the switch statement? By Singh | January 1, 2023 0 Comment Which 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 expression can evaluate to a collection of values. D. Its case label literals can be changed at runtime. Correct Answer: B