Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 273 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 273 Bytes

FizzBuzzRefactor

Refactored version of FizzBuzz, a program which counts 1 to any given number, but replaces multiples of three with "Fizz", multiples of five with "Buzz" and multiples of 15 with "FizzBuzz". This program allows the user to supply a number to iterate to.