FizzBuzz
This program writes numbers from 1 to 100 and displays the results with a twist. If the number is a multiple of the first number input, it will display fizz. Also if the second number input is a multiple of it, it will display Buzz. FizzBuzz is displayed when both numbers are multiple of the result.
Instructions
Enter first and seond number values.
Enter starting and ending values.
The results:
Fizz:
Buzz:
FizzBuzz: