What is the result of the following Java code?
char symbol = 'Z'; symbol++; System.out.println(symbol);
An error occurs
Z
Y
A