Generate a random number between 1 and 9 (including 1 and 9). Ask the user to guess the number, then tell them whether they guessed too low, too high, or exactly right. (Hint: remember to use the user input lessons from the very first exercise).
Extras:
Great example of a solution including both extras!
And another:
And another, with lots of helpful text!