FizzBuzz - Rosetta Code
Task Write a program that prints the integers from 1 to 100 (inclusive). But: for multiples of three, print Fizz (instead of the number)...
April 17, 2023 at 1:12:53 PM EDT
*
FILLER
Task Write a program that prints the integers from 1 to 100 (inclusive). But: for multiples of three, print Fizz (instead of the number)...