Write a method called makeGuesses that guesses numbers between 1 and 5 0 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 = 43guess = 47guess = 45guess = 27guess = 49total guesses = 5
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.