Question
Write a sixth game program using the random number generator to generate a five-digit number. The player guesses the number. With each guess the computer
Write a sixth game program using the random number generator to generate a five-digit number. The player guesses the number. With each guess the computer returns two numbers, the first is the number of digits that are in the proper position and the second is the sum of the correct digits. Allow the client to repeat the game as many times as she wishes. Guarantee the numbers entered are 5 digit numbers. A sample run of the game would look like this: Using the random number generator, this game creates a five-digit number. The player guesses the number. The computer returns two numbers, the first is the number of digits that are in the proper position and the second is the sum of the correct digits guessed so far. The player continues guessing until she guesses the correct number. 11473 You have found 2 digits so far with a sum of 5. 18459 You have found 3 digits so far with a sum of 14. 16439 You have found 4 digits so far with a sum of 20. 16429 It took 4 guess to get the number. Would you like to play the game again? Please enter (yes/no) no
Need a code in Java
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started