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