Guest User

Untitled

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