Closed GiovanniBruno22 closed 1 year ago
Write a program that prompts the user for a number, then prints the numbers from 1 to the number given as input. For multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”.
Thanks a lot @IliyasDev !
Write a program that prompts the user for a number, then prints the numbers from 1 to the number given as input. For multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”.