Re: Magic 8-ball


[Prev][Next][Index][Thread]

Re: Magic 8-ball



Tirath Patel wrote:
> it there a a Magic 8-Ball Program for the TI- Calculators. If so, can you
> please tell me where I can find one. If not, how do you make one?

Ive seen a few, but they are REALLY simple(here is 85 vers):

ClLCD
Disp "What do you ask?"
InputStr q
b=int(rnd*8+1)
if b=1
 Disp "Yes"
if b=2
 Disp "Maybe"
if b=3
 Disp "No"
if b=4
 Disp "Never!"
if b=5
 Disp "Ask Later"
if b=6
 Disp "Unclear..."
if b=7
 Disp "Surely!"
if b=8
 Disp "Depends..."


--
Bill Risher        Sparr               UIN:1952775             __
Faction #44        Makra               FON:6156484164         (  )
mailto://billr1@geocities.com          FAX:6155526807          \/
http://www.geocities.com/SiliconValley/Vista/5807/index.html   ()


Follow-Ups: References: