FizzBuzz

Input a number for fizz and buzz. Numbers divisible by fizz will be replaced with fizz, numbers divisible by buzz will be replaced with buzz. Numbers divisible by both will be replaced with FizzBuzz

If divisible by this number, it will be replaced with fizz.
If divisible by this number, it will be replaced with buzz.
Numbers greater than 50,000 will not work properly.

Results