Jump to content

Recommended Posts

Posted

I make really big programs with BASIC. I make games and all that. What you need to do is read chapter 16. It doesn't tell all, but just inferring makes it clear. That and all the people at my school that program. Just ask about something and I can help, I made a whole load of programs. Even one that works between two calculators, just plug them together!

Posted

Ok, make a new program named whatever you want. Next, hit prgrm and arrow right to input, and hit enter. In quotations, have whatever you want it to say (like "Variable X") then a comma, then A. Another input with B, and however many you need. Then do Disp (the equation you need using the variables, but not in quotes) There! Program done!

Posted

So you want the code with that equation, with 4 vars (including answer)? Here goes...

Input "A",A

Input "B",B

Input "C",C

Clrhome

(-B (+-? what's that?) (square root sign) (B^2-4AC))/2A(little arrow, press STO) X

Disp X

 

That's it! I just don't know that +- simbol. I doubt its on a ti-83

Posted

So if I took it out of my program it would still work, only the things I typed in earlier would be above it when I run the program?

 

I've used Input, but what's output?

Posted

Or below it, yes.

Output lets you choose where to put the text. The screen is 8 down by 16 across, so if you do Output(3,8,"Hi!) the Hi! part is at the center. Just type the lines down, then comma, then across, comma, your text (or, a variable or equation NOT in quotes)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.