FIZZ BUZZ: A Coding Challenge
Fizz? Buzz? FIZZ BUZZ! This app is meant to be a recreation of the classic developer challenge Fizz Buzz. The purpose of this program is to create an app that displays a list of numbers and text. If the number is divisible by either the Fizz value, the Buzz value, or both, it will display the corresponding text.
Instructions
Enter a Fizz value, a Buzz value, and a Stop Value. Press the button to see the numbers appear on the page!