Make a console application that creates a random number between 1 and 10 and gives the user 3 tries to correctly guess the number
- The application should prompt the user to guess a number
- If the number is correct, the application should print a success message and exit the program
- If the number is not correct, the program should give them two more guesses
- If the number is not correctly guessed after 3 tries, a message should be printed to the screen and the program should exit.