Introduction - If you have any usage issues, please Google them yourself
Experiment 1 guessing game experiment type: confirmatory experimental purposes: to grasp the Java language data types, basic input output, control statements, and methods to use. Experiment: write a program, project name and class name are GuessNumberGame. Every game program randomly generates an integer between 0-9, requires players to enter their guess numbers, check numbers and user input, the following prompt: If you guess right, the prompt: Congratulations, you guessed it . The end of this game. If you guess wrong, you are prompted: Guess the number too (big or small) a. Requires the user to continue to guess. If you have not guessed it three consecutive times, then Tip: game failed. When a game ends, the user is prompted whether to continue a new game, if the user chooses to continue, then start a new game, otherwise the output: You were conducted XXX Game successful XXX times fail XXX times. Then the end of the program to run. Submission Requirements: packaged as JAR documents c