Which of the following statements about the switch statement is false?
A. The switch statement is a form of multiway selection.
B. The default label is optional.
C. The switch statement requires one or more case labels.
D. The switch expression must evaluate to an integral.
E. The actions associated with a case label are terminated automatically when another case label or the default label is reached.
Answer: E
You might also like to view...
Which of the following is an agreement about the capability of the support system to respond to problems within a certain time frame?
A. SLA B. MTBF C. RAID D. PCP
The syntax for declaring a streamwriter variable is ____.
A. [Dim | Private] streamWriterVariableName As IO.StreamWriter B. {Dim | Private} streamWriterVariableName As IO.StreamWriter C. {Dim | Private} streamWriterVariableName As IO.StreamWriteObject D. Private streamWriterVariableName As IO.StreamWriter