Assignment title: Information


Requirements: ● When the program starts, a random number, n, is selected where n >= 1 and n <= 100 ● The user enters an integer guess and the program displays ○ "higher" if the guess is less n ○ "lower" if the guess is greater than n ○ "correct" if the guess is equal to n ● The game continues until the user enters a correct guess and then the program quits ● When the program quits, the total number of guesses is displayed