Project 10 13th week Write a sixth game program using the random number generato
ID: 3535876 • Letter: P
Question
Project 10 13th week 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
Explanation / Answer
when do you need this by?
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.