Problem:
Question 1- Write an applet that displays two eyes. An eye can be drawn using an oval, a filled circle, and lines. On the applet, write a word or nyo about these eyes.
Question 2- Write an applet that displays the following coins: a quarter, a dime, and a nickel. These three coins should be drawn as basic circles (of different diameters) with the currency value inside (for instance, "$.25").
Question 3- Write an apple that displays a basic house, made up of lines (a nd possibly rectangles). Your house should have mult iple colors. On the applet, give a title to the house (for instance, "Java House").
Question 4- Write an applet that displays a black and red bull 's eye target, typically made up of several concentric circles.
Please show code with comments so I can follow what you are doing.