Adding and subtracting characters

Report a typo

What does the code below print?

char ch = 'e';
ch -= 'a';
ch++;
ch += 'b';
System.out.println(ch);
Select one option from the list
___

Create a free account to access the full topic