Advertisements
Advertisements
Question
Find the output of the following program snippet:
char ch = 'x'; int n = 5;
n = n + (int)ch;
char c = (char)n;
System.out.println((char)((int)c-26));
One Word/Term Answer
Solution
c
shaalaa.com
Is there an error in this question or solution?