FizzBuzz: A Coding Challenge

Print numbers 1 to 100 in a table. For multiples of three show "Fizz". For multiples of five show "Buzz". For multiples of both 5 and 3, show "FizzBuzz".

Enter Numbers Here


Results