;Task:
Write a game (computer program) that follows the following rules:
::* The computer chooses a number between given set limits.
::* The player is asked for repeated guesses until the the target number is guessed correctly
::* At each guess, the computer responds with whether the guess is:
:::::* higher than the target,
:::::* equal to the target,
:::::* less than the target, &nbsp; or
:::::* the input was inappropriate.


;Related task:
* &nbsp; [[Guess the number/With Feedback (Player)]]
<br><br>
