2. HAPPYSAD
0
REM Happy
10 INPUT "Are you happy (Y/N)"; A$
20 IF A$ = "Y" OR A$ = "y" THEN 40
30 IF A$ = "N" OR A$ = "n" THEN 90
31 PRINT "Please say 'Y' or 'N'"
32 GOTO 10
40 PRINT "
50 PRINT "
60 PRINT "
70 PRINT "
80 END
90 PRINT "
100 PRINT "
110 PRINT "
120 PRINT "
130 END
3. AGECHECK
0
REM Just Right
10 INPUT "What is your age"; AGE
20 PRINT "Oh! You are"; AGE; "years old!"
30 IF AGE < 9 THEN GOTO 70
40 IF AGE > 14 THEN GOTO 200
50 PRINT "You'll have fun learning BASIC!"
60 END
70 PRINT "You may find BASIC"
80 PRINT "a little bit difficult!"
90 END
200 PRINT "BASIC may be too easy for you!"
210 END
"
^ ^ "
^ "
";CHR$(92);"_/ "
"
^ ^ "
^ "
/---";CHR$(92)
71
Need help?
Do you have a question about the PreComputer Prestige and is the answer not in the manual?