Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. begin function
  2. set num1 to 1
  3. set counter to 1
  4. while counter < 100
  5. if num % 5 is 0
  6. print num
  7. increment num
  8. increment counter
  9. else
  10. increment num
  11. increment counter
  12. endwhile
  13. end function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement