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