- Home
- Output Questions for Class 10 ICSE Computer Applications
Find the output of the following program snippet
Output Questions for Class 10 ICSE Computer Applications
Find the output of the following program snippet:
char ch = 'A';
char chr = Character.toLowerCase(ch);
int n = (int)chr-32;
System.out.println((char)n + "\t" + chr);