Guest User

Untitled

a guest
Jun 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. 10 CLS
  2. 20 C=1
  3. 30 IF C%3=0 PRINT “#”: WAIT 30
  4. 40 IF C%3=1 PRINT “$”: WAIT 30
  5. 50 IF C%3=2 PRINT “%”: WAIT 30
  6. 60 C=C+1
  7. 70 IF C<= 30 GOTO 30
  8. 80 END
Add Comment
Please, Sign In to add comment