Fizz Buzz Number Manipulation

# Introduction In this lab, you need to create a program that takes an integer input from the user and prints 'Fizz' if the number is a multiple of 3, 'Buzz' if it is a multiple of 5, 'FizzBuzz' if it is a multiple of both 3 and 5, and the original number if none of the conditions are met.

|60 : 00

Click the virtual machine below to start practicing