Home Work
P4.4: Write a graphics program (applet) that prompts the user to enter a radius. Draw a circle with that radius.
P4.11. Write a program (applet) to plot the string "HELLO", using just lines and circles. Do not call drawString, and do not use System.out. Make classes LetterH, LetterE, LetterL, LetterO.
Note: Send me the zipped .java and html files.