If-Then-Else
For(
16-10 Programming
following
Else
If.Then
condition is false (zero).
group of commands.
condition
:If
:Then
command (if true)
:
command (if true)
:
:Else
command (if false)
:
command (if false)
:
:End
command
:
Program
loops and increments. It increments variable from
For(
begin to end by increment. increment is optional (default
is 1) and can be negative (end<begin). end is a maximum
or minimum value not to be exceeded.
end of the loop.
For(
variable
begin
:For(
,
command (while end not exceeded)
:
command (while end not exceeded)
:
:End
command
:
Program
executes a group of commands if
identifies the end of the
End
Output
loops can be nested.
end[
increment]
,
,
Output
identifies the
End
)
Need help?
Do you have a question about the TI-83 and is the answer not in the manual?