// Title: Guess the Number Name: GUESS Version: v1.2 Author: Bungeman (Ben Wagner) Email: bungeman@juno.com Webpage: http://members.tripod.com/~bungeman/casio Model: 9850, 9950 Description: My first Casio program. You can tell I've programed before from my choice of 128 over 100! // ClrText "GUESS THE NUMBER" "1 TO 128" Int (Ran#*128+1)->N 0->I Do I+1->I "YOUR GUESS"?->G ClrText G>N=>" IS TO BIG " G" IS TO SMALL" Locate 1,1,G LpWhile G<>N ClrText Locate 1,1,"YOU GUESSED IT IN" Locate 19,1,I Locate 1,2,"TRYS."