FizzBuzz: A Coding Challenge

Regular FizzBuzz gives users a Fizz on mulitples of 3, A Buzz on multiples of 5 and a FizzBuzz on mulitples of both 3 and 5. Why limit your Fizz and you Buzz to 3s adn 5s?! This verions of FizzBuzz puts you in the drivers seat. Pick any two numbers you like and set your limit (up to 5000). Then push the bottun and let FizzBuzz do the rest.

Instructions

Enter a start value and an end value. Press the button and the numbers in that range will apper

Enter you values below

Results