- Home
- Output Questions for Class 10 ICSE Computer Applications
Give the output of the following program segment and also
Output Questions for Class 10 ICSE Computer Applications
Give the output of the following program segment and also mention how many times the loop is executed.
int i;
for(i = 5; i > 10; i++)
System.out.println(i);
System.out.println(i * 4);