Why is the code of a for loop easier to read than the code of a while loop?
for
while
Because we can specify how many times we want the loop to run.