Test - If Else - For Loop - Series - Prog - Objective
Test - If Else - For Loop - Series - Prog - Objective
3. Give the output and tell how many times the loop execute (2 M)
int i;
for(i = 7; i >7; i++)
System.out.println(i);
System.out.println(i*5);