Login and Register ×
Check your Email for the OTP
ICSE Computer Application - Class - X ICSE Computer Application - Class X - Selection Examination - 2024-25 - MCQ - CALCUTTA PUBLIC SCHOOL
⚠ Report ✓ Question Verified Copy Link
for (i = 5; i <= 100; i = i + 5) { System.out.println(i); }
Explanation:
In this loop, the variable i increments by a fixed step (i = i + 5) in each iteration.
Such a loop is called a step loop because it progresses by a specific step val
ue.
Related Topic:
Share Above MCQ
Learn More MCQ Questions from ICSE Computer Application - Class - X ICSE Computer Application - Class X - Selection Examination - 2024-25 - MCQ - CALCUTTA PUBLIC SCHOOL