- Home
- Output Questions for Class 10 ICSE Computer Applications
Write the output: char ch = 'F'; int m = ch; m=m+5;
Output Questions for Class 10 ICSE Computer Applications
Write the output:
char ch = 'F';
int m = ch;
m=m+5;
System.out.println(m + " " + ch);