FizzBuzz 2D
Collapse Content
Show Content
What happens when you combine FizzBuzz with a multiplication table? FizzBuzz 2D!
As in the last challenge, you should print a multiplication table from 1 to 10, with 10 elements on each line. However, for multiples of 3, print "Fizz" instead of the number, and for multiples of 5, print "Buzz". Print “FizzBuzz” for numbers which are multiples of both three and five.
Challenge
Print a FizzBuzz Multiplication table.
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.