FizzBuzz: A coding project
Write a short program that displays each number from 1 to 100. For each multiple of 3, display "Fizz" instead of the number. For each multiple of 5, display "Buzz" instead of the number. For numbers which are multiples of both 3 and 5, display "FizzBuzz" instead of the number.
Instructions
Enter a fizz value and a buzz value. Press the button to see the results.