FizzBuzz
This project takes 3 seperate values for fizz, buzz, and length. For a given length each number will be listed with every multiple of fizz or buzz being replaced by either the word "fizz" or "buzz" respectively.
Instructions
Enter a Fizz value, a Buzz value, and a Length value. Click the FizzBuzz! button.
- The count will start at 1
- All values must be a number
- Length can be up to 100