0 / 60 seg.

Analyze the result of this Java code with a character operation:

char letter = 'd';
letter -= 2;
System.out.println(letter);