Fizz Buzz: A Coding Challenge.

Write a program that prints numbers from 1 to the desired ending value. But for multiples of the first number print “Fizz” and for the multiples of the second number print “Buzz”. For numbers which are multiples of both numbers print “FizzBuzz”.