Coding Project: The Fizzbuzz Game

If the number is a multiple of 3, say Fizz! If it is a multiple of 5, say Buzz! If it is a multiple of 3 and 5, say FizzBuzz! Otherwise, just say the number.
Can you write a program to print the first 16 terms of FizzBuzz Game?