A short program that displays each number from 1 to 100, replacing multiples of the numbers inputed by the user (e.g. 3 and 5) as follows:
- For each multiple of 3, "Fizz" is displayed.
- For each multiple of 5, "Buzz" is displayed.
- For numbers which are multiples of both 3 and 5, "FizzBuzz" is displayed.