1) Write a program that asks a user for his/her first initial. Then ask the user to type 1,2 3, 4. When the user types 4 the program ends. When the user types in 1, 2, or 3 , the program displays the message, "Good Job" and then asks for another input. When the user types anything else, issue an error message and then ask for another input.