10 sys("command.com /c cls")
20 print "What year of high school are you in?"
30 input year
40 If (year) =1 then goto 80
50 If (year) =2 then goto 100
60 If (year) =3 then goto 120
70 If (year) =4 then goto 140
80 print "yo Freshman!"
90 goto 160
100 print "yo Sophmore!"
110 goto 160
120 print "yo Junior!"
130 goto 160
140 print "yo Senior!"
150 goto 160
160 end
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment