Guest User

Untitled

a guest
Oct 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ## FizzBuzz
  2.  
  3. #### TaskFizzBuzz
  4. You are encouraged to solve this task according to the task description, using any language you may know.
  5. Task
  6. Write a program that prints the integers from 1 to 100 (inclusive).
  7.  
  8.  
  9. *But:*
  10.  
  11. for multiples of three, print Fizz (instead of the number)
  12. for multiples of five, print Buzz (instead of the number)
  13. for multiples of both three and five, print FizzBuzz (instead of the number)
Add Comment
Please, Sign In to add comment