QuestionQ213
Using Operators and Decision ConstructsWhich statement is true regarding 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.
Community Discussion