Write a program that will randomly generate a number from 1 to 100. The user will then guess the number via several attempts. Each time the guess is wrong, the program will let the user know if it is higher or lower than the number. If the number guessed is correct, it will print "Bingo!" and quit the program.