Guessing game

For this assignment the professor wanted us to create a program that generated a random number and the goal was to enter a number until you guess the right one. The range was from 1 to 100. He didn’t specify on the amount of guesses we were supposed to give but I decided to give 10 tries since the range is big. When you guess the right number the program prints ” Good Job!_name_ !  You guessed my number in _the amount of guesses it took_!”