0 Members and 1 Guest are viewing this topic.
Boa kyllopardium e mesmo fixe que tambem fales (no teu pais, suponho Brasil, deve ser fale*) PORTUGUES.Anyways, here it goes, cone volume, a more complex formula WORKING:
Mas, há diversas diferenças entre nossos idiomas, [0,2% do idioma de fato]
* DJ Omnimaga wonders if acquiring a TI-84+ keypad means he will code some 84+ games as well in the future
Nice. On a side note, do you actually choose the color for the text and background near the end of the screenshot or is it how the Nspire shows it by default?
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 R:Disp R*R*pi:Pause:Goto 3:Lbl 2:Input R:Disp (4/3)*pi*R^3:Pause:Goto 3:Lbl 3:Disp "End..."
for the Input R instruction, I would advise you to put in Input "Radius: ",R, which will make it look more professional to the users.
Quote from: ASHBAD_ALVIN on October 27, 2010, 04:41:06 pmfor the Input R instruction, I would advise you to put in Input "Radius: ",R, which will make it look more professional to the users.