Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 237 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 237 Bytes

FizzBuzz

A for loop that prints the numbers 1 through 100. If its divisible by 3 than print 'Fizz' instead of the number. If its divisible by 5 than print 'Buzz' instead. Lastly, if its divisible by both 3 and 5 than print 'FizzBuzz'.