Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
10 REM Integer comparison
|
||||
20 PRINT "Enter a number"
|
||||
30 INPUT A
|
||||
40 PRINT "Enter another number"
|
||||
50 INPUT B
|
||||
60 IF A < B THEN PRINT A;" is less than ";B
|
||||
70 IF A > B THEN PRINT A;" is greater than ";B
|
||||
80 IF A = B THEN PRINT A;" is equal to ";B
|
||||
90 END
|
||||
Loading…
Add table
Add a link
Reference in a new issue