September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
8
Task/User-input-Text/BASIC/user-input-text-4.basic
Normal file
8
Task/User-input-Text/BASIC/user-input-text-4.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