Why is the code of a for loop easier to read than the code of a while loop?
for
while
Because the number of times the for loop repeats is in one place.