What will the following code print?
int z = 'z';
char mystery = z - 10;
System.out.println(mystery); What will the following code print?
int z = 'z';
char mystery = z - 10;
System.out.println(mystery); Create a free account to access the full topic