- A 0 1 2
- B 1 2 3
- C 0 1 2 3
- D 1 2
Iterative construct For Loop in Programming Language
⚠ Report ✓ Question Verified Copy Link
for (int i = 0; i < 3; i++) { System.out.println(i); }
Learn More MCQ Questions from Iterative construct For Loop in Programming Language