0 Members and 1 Guest are viewing this topic.
no, it would display Radius: and then the cursor would point to right after that. then it would accept input for R
:ClrHome:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2):Lbl 1:Input "Radium: ",R:Disp R*R*pi:Pause:Goto 3:Lbl 2:Input "Radium: ",R:Disp (4/3)*pi*R^3:Pause:Goto 3:Lbl 3:Disp "End..."
picky, picky
:ClrHome:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2:Lbl 1:Input "Radium: ",R:Disp R*R*pi:Pause:Goto 3:Lbl 2:Input "Radium: ",R:Disp (4/3)*pi*R^3:Pause:Goto 3:Lbl 3:Disp "End...
:ClrHome:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2:Lbl 1:Input "Radius: ",R:Disp RRpi:Pause:Goto 3:Lbl 2:Input "Radius: ",R:Disp 4/3pi(R^3):Pause:Goto 3:Lbl 3:Disp "End...
Code: [Select]:ClrHome:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2:Lbl 1:Input "Radius: ",R:Disp RRpi:Pause:Goto 3:Lbl 2:Input "Radius: ",R:Disp 4/3pi(R^3):Pause:Goto 3:Lbl 3:Disp "End...
slitgh optimization, but a good one nonetheless If you need any help with finding some useful forumlas you could use, trust me, I can supply you MANY forumlas
:ClrHome:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2:Lbl 1:Input "Radius: ",R:Disp RRpi:Pause:Goto 3:Lbl 2:Input "Radius: ",R:πR^2→area:Disp "π * R^2","=":Disp "=","π * ",R,"^2","=":Disp "=","π * ",R^(2),"=":Disp "=",area:Pause:Goto 3:Lbl 3:Disp "End...
Error #514 BASIC Ex Err.SYN
πR^2->area
Quote from: DJ Omnimaga on October 27, 2010, 04:10:15 pmAh ok, I don't know much about Nspire basic. I'M not sure about the respect drop. Maybe it was that comment on Ztrumpet game or something?I don't really care about the respect drop, but WOULD like to know where.
Ah ok, I don't know much about Nspire basic. I'M not sure about the respect drop. Maybe it was that comment on Ztrumpet game or something?
:ClrHome:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2:Lbl 1:Input "Radius: ",R:Disp RRpi:Pause:Goto 3:Lbl 2:Input "Radius: ",R:{pi}*R*R ->→area:Disp "π * R^2","=":Disp "=","π * ",R,"^2","=":Disp "=","π * ",R^(2),"=":Disp "=",area:Pause:Goto 3:Lbl 3:Disp "End...
:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2
:Menu("CHOOSE FORMULA","CIRCLE AREA",1,"CIRCLE AREA SW",2:Lbl 1:Input "RADIUS: ",R:Disp πR²:Pause:Goto 3:Lbl 2:Input "RADIUS: ",R:ClrDraw:Text(0,0,"πR²:Text(6,0,"=π",R,"²:Text(12,0,"=π",R²:Text(18,0,"=",πR²:Pause:Lbl 3:Disp "End...