RosettaCodeData/Task/Integer-comparison/TI-83-BASIC/integer-comparison.basic

5 lines
90 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Prompt A,B
If A<B: Disp "A SMALLER B"
If A>B: Disp "A GREATER B"
If A=B: Disp "A EQUAL B"