Fizz Buzz: A Coding Challenge
Given two values, display the numbers 1-100. When a number is divisible by the first value, display "Fizz" instead. When a numberis divisible by the second value, display "Buzz" instead. When a number is divisible by both values, display "FizzBuzz".
Instructions
Enter a Fizz value, a Buzz value , and a Stop value. Press the button to see the FIzz Buzz Results.