FizzBuzz: A coding challenge

This program will display a given range of numbers, and all numbers divisble by the first user selected number will be displayed as "Fizz" and the numbers divisble by the second selected number will be represetend as "Buzz", Numbers divisble by both will be "FizzBuzz"

Instructions

Enter a starting value and an ending value. Press the button and the values will appear.

Results