Question

Which statement regarding the switch statement is false?
a) It's appropriate for algorithms that contain a series of decisions in which a variable or expression is tested separately for each of the constant integral values it may assume.
b) The default case is required.
c) The default case must be at the bottom of the switch after all the non-default cases.
d) Many cases may all invoke the same code.

Answer

This answer is hidden. It contains 3 characters.