Introduction - If you have any usage issues, please Google them yourself
Programming, project name and class name are GuessNumberGame.
Each game program generates a random integer between 0-9, requires players to enter their guess numbers, and lets users enter numbers to check the following tips:
n If you guess right, the prompt: Congratulations, you guessed it. The end of this game.
n If you guess wrong, you are prompted: Guess the number too (large or small) a. Requires the user to keep guessing.
If you have not guessed it three consecutive times, the prompt: Game failed.
Once the game ends, the user is prompted whether to continue a new game, if the user choose to continue, you start a new game again, otherwise the output: XXX times you conducted a total game, success XXX times fail XXX times. Then the end of the program run.