Re: TI-85 Programming Question


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

Re: TI-85 Programming Question



If you want it to print a # from one to ten (I assume that it's an
integer)


:int (rand*10)+1\->\x
:disp x




or
:disp (int (rand*10)+1)




I hope this helps
-The Great and Powerful Llama
http://members.aol.com/GreatLlama/index.html


References: