# Introduction In this lab, you need to write a program that takes an integer input from the user and prints "Fizz" if the number is a multiple of 3, "Buzz" if the number is a multiple of 5, "FizzBuzz" if the number is a multiple of both 3 and 5, and the original number otherwise.
Click the virtual machine below to start practicing