September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
8
Task/User-input-Text/BASIC/user-input-text-3.basic
Normal file
8
Task/User-input-Text/BASIC/user-input-text-3.basic
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
10 PRINT "ENTER A STRING"
|
||||
20 INPUT S$
|
||||
30 PRINT "YOU ENTERED: ";S$
|
||||
40 PRINT "NOW ENTER THE NUMBER 75000"
|
||||
50 INPUT N
|
||||
60 IF N=75000 THEN STOP
|
||||
70 PRINT "NO, ";
|
||||
80 GOTO 40
|
||||
Loading…
Add table
Add a link
Reference in a new issue