This is the beginning of the code for the
switch statement.  The value inside the
parentheses is the Constant Expression for
which we will try to find a matching case.

In this example the Constant Expression is Grade.
Since the value assigned to Grade is 'C', we will
try to find a case for 'C'.