This diamond represents the first Expression to try and match with the Constant Expression. In this example: case 'A': In this example, the Constant Expression is the value of Grade, which is 'C'. The first Expression to try and match that value is 'A'. Since 'A' does not match 'C', the code for case 'A' will not be executed.