char ch = 'B';
int n = ch; n++; ch (char) (n + 2); System.out.printLn(n); System.out.println(ch);
Answers
Answered by
1
Answer:
66 and D is the answer for this program.
Similar questions