Computer Science, asked by parthomsarwade, 1 year ago

Give the output of
for(i=0;I is less than =100;I++);
System.out.println(I); ​

Answers

Answered by anirudhsingh87
0

The loop will execute 100 time so it will print

1 2 3 4 5........100

hope it helps to you!!


parthomsarwade: but there is a semicolon after the loop statement
Similar questions