The Final Hour: A Coding Challenge
The Challenge Given two values, display the numbers 1-100. When a number is divisible by the first value, display "Fizz" instead. When a number is divisible by the second value, display "Buzz" instead. When a number is divisible by both values, display "FizzBuzz".
Instructions
Enter a fizz value and a buzz value as well as an optional stop value. The code will display the Fizz Buzz values below.