FizzBuzz: A coding Project

When it counts you Fizz Buzz. The classic coding challenge that prints the numbers from 1 to 100 and for multiples of '3' display "Fizz" instead of the number and for multiples of '5' display "Buzz." If the number is a multiple of both display "FizzBuzz."

Instructions

Enter a fizz and a buzz value. Press the button and the values will appear.

Enter Values

Results