I haven't done a whole lot of programming (I've only used my TI-84, and a little bit of C), but I think this should do it:
make the guessed number, and the randomly picked number to be different variables (for example X for guessed number, Y for randomly picked number)
then do something like this:
If X>Y
Print "Too high"
If X<Y
Print "Too Low"