Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
7
Task/Integer-comparison/BASIC/integer-comparison-1.basic
Normal file
7
Task/Integer-comparison/BASIC/integer-comparison-1.basic
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
CLS
|
||||
INPUT "a, b"; a, b 'remember to type the comma when you give the numbers
|
||||
PRINT "a is ";
|
||||
IF a < b THEN PRINT "less than ";
|
||||
IF a = b THEN PRINT "equal to ";
|
||||
IF a > b THEN PRINT "greater than ";
|
||||
PRINT "b"
|
||||
Loading…
Add table
Add a link
Reference in a new issue