FizzBuzz: A Coding Challenge

An app that utilizes the "Fizz Buzz" Coding challenge. It loops through a given range of numbers, checks each number to see if it's divisible by one of or both of the given values, and will display either "Fizz" if its divisible by the first value, "Buzz" if its divisible by the second value, or "FizzBuzz" if its divisible by both the given values.

Instructions

Enter a starting value and an ending value. Also select a value for "Fizz" and "Buzz". Press the "Run" button to start.

Enter Values

Results