Fizz Buzz: A Coding Project
This app displays integers from 1 to 100 in a table. Each integer will be replaced by Fizz if it is divisible by the user defined fizzValue, Buzz if it is divisible by the user defined buzzValue, and FizzBuzz if it is divisible by both values.
Instructions
Enter a Fizz and Buzz integer and press Submit. The results are then displayed in a table.