Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 245 Bytes

File metadata and controls

4 lines (2 loc) · 245 Bytes

FizzBuzz Algorithm

This simple algorithm prints out the word "fizz" at any value within an array that is divisible by the number 3, "buzz" at any value divisible by the number5 and finally "fizzbuzz" at any value divisible by the number 15.