This diamond represents the second Expression to
try and match with the Constant Expression.
In this example: case 'B':

In this example, the Constant Expression is the
value of Grade, which is 'C'.  The second Expression
to try and match that value is 'B'.  Since 'B' does
not match 'C', the code for case 'B' will not
be executed.