Output ?? int a=9; char ch = ‘A’; a = a + ch + 24; System.out.println(a);
130
98
89
Compile Time Error