Fizz Buzz Programming

# 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`, or the original number if none of the previous conditions are met.

|60 : 00

Click the virtual machine below to start practicing