QuestionQ98
Using Operators and Decision ConstructsWhich assertion is correct about the switch statement?
- A It must contain the default section.
- B The break statement, at the end of each case block, is mandatory.
- C Its case label literals can be changed at runtime.
- D Its expression must evaluate to a single value.
Community Discussion