1) Print "Hello"; 2) Print a picture. 3) Print this using a loop: 18,15,12,9,6,3 4) Print 6 pictures using a loop. 5) Write fixbuz. For all the numbers 1 .. 20 if that number is a multiple of 3 say "fizz" and if it's a mulitple of 5 say "buzz" and if it's both say "fizzbuzz".