Analyze the result of this Java code with a character operation:
char letter = 'd';
letter -= 2;
System.out.println(letter);
Analyze the result of this Java code with a character operation:
char letter = 'd';
letter -= 2;
System.out.println(letter);