Answers for "conditional statements in ti-82"

0

conditional statements in ti-82

If 5+5 > 9 (If is found in prgm,CTL,1)
Then (Then is found in prgm,CTL,2)
Disp "10 IS GREATER THAN 9" (Disp is found in prgm,I/O,3)
Else (Else is found in prgm,CTL,3)
Disp "SOMETHING IS WRONG"
End (End is found in prgm,CTL,7)
(This will print "10 IS GREATER THAN 9")
Posted by: Guest on October-21-2020

Code answers related to "conditional statements in ti-82"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language