1) Make a loop that prints numbers from 1 ... 10. 2) Make a loop that prints numbers from 1 ... 19 counting by twos. 3) Make a loop that prints numbers from 19 ... 1 counting by twos. 4) Make a loop that prints 1,3,9,27,81,243,729. 5) Make a loop that prints 147 ... 171 by threes. 6) Make some code that prints "Start", thinks for one second, and then prints "finished". 7) Make some code that draws the numbers 20,40,60,80,100 down the applet window. 9) Make some code that draws the numbers 20,40,60,80,100 left-to-right on the applet window.