This is how I solved the famous FizzBuzz coding interview question, where you print a list of numbers up to a number (num), but replace every multiple of 3, 5, or 15 with Fizz, Buzz, and FizzBuzz, ...