Fizz Buzz

Write a program that prints the numbers between 1 and 100 (inclusive).

If the number is a multiple of 3, print 'Fizz'.

If a multiple of 5, print 'Buzz'

If both print 'FizzBuzz'.

If not a multiple of 3 or 5, print the digit.

Construct a pseudocode answer by dragging and dropping and reordering lines from the left to the right.

Start again Mark attempt