Computer Science, asked by peehurani726, 2 months ago

Should it be legal for the loop variable or loop parameter to be changed in the loop body?

Answers

Answered by majirouvik
0

Answer:

Yes, it is possible to change the value of the iterator in the loop

Unfortunately you cannot change the increment type or boolean check in the loop body

Similar questions