FizzBuzz: A Coding Project

Write a short program that displays each number from 1 to 100. For each multiple of 3, display "Fizz" instead of the number. For each multiple of 5, display "Buzz" instead of the number. For numbers which are multiples of both 3 and 5, display "FizzBuzz" instead of the number.

Instructions

Enter a Fizz and a Buzz value. Press the button and the valuies will appear.

Enter Values

Results