RosettaCodeData/Task/Integer-comparison/TI-83-BASIC/integer-comparison.ti-83
2015-11-18 06:14:39 +00:00

4 lines
90 B
Text

Prompt A,B
If A<B: Disp "A SMALLER B"
If A>B: Disp "A GREATER B"
If A=B: Disp "A EQUAL B"