Question #95: What is the output of the following code?
char z = 'A'; z++; System.out.print((float)z);