Problem A
Guess the Number
I am thinking of a number between
Interaction
Your program should output guesses for the correct number,
in the form of an integer between
After each guess, there will be a response to be read from standard in. This response is a line with one of the following three words:
-
“lower” if the number I am thinking of is lower than your guess
-
“higher” if the number I am thinking of is higher than your guess
-
“correct” if your guess is correct
After having guessed the right answer your program should
exit. If you guess incorrectly