Question: Need help with this 3 question. Please do the JAVA Programming Prefectly. 1) 2) 3) Write a program named Guess A Number that plays a
Need help with this 3 question. Please do the JAVA Programming Prefectly.
1)


2)

3)

Write a program named Guess A Number that plays a game in which the program picks a secret number and the user tries to guess it. 1) The program first asks the user to enter the maximum value for the secret number 2) Next, it chooses a random number that is1 and the maximum number 3) Then the user must try to guess the number 4) When the user succeeds, the program asks the user whether or not to play another game The following example shows what the user will see on the screen (user input is in bold) 2. Input and output Guess the secret number Enter maximum value for secret number: 10 A new secret number has been chosen Enter quess: 3 Too lowtry again Enter quess: 8 Too low: try again Enter quess: 9 Too low: try again. Enter guess: 10 You won in 4 guesses Play again? (Y/N) y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
