Write a method called makeGuesses that guesses numbers between 1 and 50 inclusive until it makes a

Question:

Write a method called makeGuesses that guesses numbers between 1 and 50 inclusive until it makes a guess of at least 48 . It should report each guess and at the end should report the total number of guesses made. Here is a sample execution:

Guess = 43

Guess = 47

Guess = 45

Guess = 27

Guess = 49

Total guesses = 5

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: