Why is the code of a for loop easier to read than the code of a while loop?

Because we can specify how many times we want the loop to runA for loop always means less codewhile loops are always easier to read than for loops

Because we can specify how many times we want the loop to run.