|
-
Jan 24th, 2007, 02:34 PM
#1
Thread Starter
Junior Member
calculator game problem
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|