Which of the following scenarios should use a for loop?(1 point)Responsesprinting the names in a list until the user presses the space keyprinting the names in a list until the user presses the space keyprinting all of the even numbers between 2 and 20printing all of the even numbers between 2 and 20telling a car to slow down if it is going over 40 mphtelling a car to slow down if it is going over 40 mphprinting a message if the user enters a negative number.

printing the names in a list until the user presses the space key

printing all of the even numbers between 2 and 20
printing a message if the user enters a negative number.