# Introduction In this lab, we will create a program that takes an integer input from the user and prints `Fizz`, `Buzz`, or `FizzBuzz` based on whether the number is a multiple of `3`, `5`, or both, respectively, or else prints the original number.
Click the virtual machine below to start practicing