Computer Science, asked by karunyairvin03, 22 hours ago

How many times loop will be executed when Step value is 0.

Answers

Answered by mcmc12
2

Answer:

4 times, Starting with i=0 and till i=3. Once i gets incremented to 4 from 3, the control breaks out of the loop since i<4 would no longer be valid.

Explanation:

Answered by ammumadhuri1
2

Answer:

How many times loop will be executed when Step value is 0.

Explanation:

answer 4 times

Similar questions