A program that prints the numbers from 1 to 100. For multiples of three, “Fizz” is printed and for
multiples of five “Buzz”. For numbers which are multiples of both three and five, “FizzBuzz” is
displayed.
Instructions: Enter fizz and buzz values. Press the button and the values will appear.