created 01/22/00
Chapter 36 Programming Exercises
Exercise 1
Write an applet that displays your name centered in a circle
in the middle of the applet.
Click here to go back to the main menu.
Exercise 2
Write an applet that displays a set of three concentric circles
of different colors centered in the applet.
Click here to go back to the main menu.
Exercise 3
Draw a crude picture of a snowman with three stacked circles for the
body and smaller circles for the buttons and eyes.
Draw a horizontal line for the horizon.
Click here to go back to the main menu.
Exercise 4
Draw a large asterisk * in the center of the applet by drawing three lines
that intersect in the center.
Click here to go back to the main menu.
End of the Exercises