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

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