Answer:
You use a for loop when you know how many times you want to run the loop
Explanation:
if you dont know, use a while loop