Create a program that asks the user to enter a number from 1 to 50.
Print the statement "Programming is fun" the number of times entered by the user using a for loop.
Print the statement "Spring break is fun" the same number of times using a while loop.