Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 250 Bytes

File metadata and controls

4 lines (3 loc) · 250 Bytes

FizzBuzz

Program prints number from 1 - 100. If the number is divisible by three, it prints "Fizz" instead. If the number if divisible by five, prints "Buzz" instead. If the number is divisible by both three and five, it prints "FizzBuzz."