- Home
- Output Questions for Class 10 ICSE Computer Applications
Give the output of the following
Output Questions for Class 10 ICSE Computer Applications
Give the output of the following:
int m[] = {2,4,6,8};
System.out.println(m[1] + " " + m[2]);
Give the output of the following
int m[] = {2,4,6,8};
System.out.println(m[1] + " " + m[2]);