Which of the following scenarios should use a for loop

Printing the names in a list until the user presses the space key
Printing all of the even numbers between 2 and 20
Telling a car to slow down if it is going over 40 mph
Or Printing a message if the user enters a negative number

- Printing all of the even numbers between 2 and 20