MCQ
Which of the following loop does print integer values from 0 to 9?
- Afor (int i=0;i<1O;i++) { System.out.println(i); }
- Bint i0; while(i<1O) { System.out.println(i++); }
- Cint i0; do { System.out.println(i++); }while(i<1O);
- ✓All of these
Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.