The switch expression must produce a value that is an integer or character.
The switch expression must produce a value that is an integer or character.
The case values are of the same type as the switch expression.
The switch can only test for equality.
There may be one or more case values for a given statement.
The case values do not have to be in any order
A case value may occur only once.