Computer Science, asked by siddharthy510, 8 months ago

char ch = 'B';

int n = ch; n++; ch (char) (n + 2); System.out.printLn(n); System.out.println(ch);​

Answers

Answered by parul07agrawal
1

Answer:

66 and D is the answer for this program.

Similar questions