FizzBuzz

Instructions

  1. Print a program that prints the numbers 1 to 100.
  2. If a number is a multiple of 3, print "Fizz."
  3. If a number is a mutiple of 5, print "Buzz."
  4. If a number is both a multiple of 3 and 5, print "FizzBuzz"