This is a guess the number game in which the computer picks a random number between 1 and 10, and the user of the game keeps guessing the number. If the user guesses the number in 5 guesses or less, he wins. Otherwise he looses. I do not check for errors in the user input. Hint: You can always win the game if you use binary search. If you don't know what that is, look it up on the internet. Click the Flag to play.