4 lines
90 B
Text
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"
|