Question: When might you prefer a for loop over a while loop? When you are iterating over a data structure, or know how many times you

When might you prefer a for loop over a while loop? When you are iterating over a data structure, or know how many times you want something to happen When the loop is non-deterministic When the loop's ending condition will depend on user input for loops are always a better choice than while loops
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
