i am creating a simple game on a TI-83 plus calculator where you pick a number and the calculator randomly creates a number and tells you if you're right or wrong.
The problem is that i can't get it to store the randomly created int. the code is:


Input "Guess?", X
If X>0
Then
*randInt(1,10,1) -> Y*
If X=Y
Then
Disp "Correct"
Else
If X doesn't = Y
Then
Disp "Incorrect", {Y}
Pause
prgmGAME

*code*=need help with this line