What is the For( on the program for TI83?
Answers: I'm not sure.
But thanks for asking.
On Apps, here should be a pre-loaded app called catalog lend a hand (abbreviated ctlghelp, or something like that), or at tiniest there is one on 84's and I'm pretty sure it's on 83's. It will minister to you with the syntax for using it. I believe the syntax should be
For{variable, germ number, ending number, increment}, but I'm not sure, I haven't programmed TI-BASIC contained by forever, and I suck at programming anyways.
Basically what it does is , like the "for" functions within most other languages, it plugs surrounded by the beginning attraction for the variable for adjectives the stuff until the "end" command (looping), then stores the beggining number + increment to the unreliable and does it again until it reaches the climax number.
Example:
For{x, 1, 3, 1}
disp x+1
End
it will show 2,3,4 and it will end.
The answers post by the user, for information only, CeQnA.com does not guarantee the right.
Related Questions :