What is the result of this code?
char smooch = 'x'; System.out.println((int) smooch);
an alphanumeric character
a negative number
a ClassCastException
a positive number