Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Write a program that prints the numbers from 1 to 100.
  2. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”.
  3. For numbers which are multiples of both three and five print “FizzBuzz”.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement