Guessing Game: Computer generates a number in a range between 1 and 100. And then ask user enter a guess. When user’s guess is lower than the answer, then give a hint (Too low) and then show a new range for next guess as shown in the sample run. If player enters a value outside of valid range, then you should give a warning and request a valid input. Player can guess until they get the right answer and program tracks the number of guess. Hint: Use the Math.random() method to calculate a random value.

Here is a sample run:

Okay, I decided a number between 1 and 100. Try a guess[1,100]: 45
Noop! Try lower. [1,44]: 20
Noop! Try lower. [1,19]: 10
Noop! Try higher. [11,19]: 15
YES!! You got it after 4 times.
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.