This programs chooses a random number from 1 to 1000 and allows the user to guess the number. If the user's guess is lower than the random number the program prints "Too Low! Try Again!", and if the guess is higher than the random number the program prints "Too High! Try again!" . The user gets to continue guessing until the user guesses the correct number. Then the user can play again with a new random number or quit the program.