What does the code below print?
char ch = 'e'; ch -= 'a'; ch++; ch += 'b'; System.out.println(ch);
Create a free account to access the full topic