[A]
A default send execution immediately to the end of the switch statement.
[B]
A break send execution immediately to the end of the switch statement.
[C]
A case send execution immediately to the end of the switch statement.
[D]
The statements in a switch continue to execute as long as the condition at the top of the switch remains true.