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.