|
Propose a way to draw 10 concentric circles. A good answer might be:Sounds like a counting loop to me. | |
Incrementing the RadiusHere is (yet another) test applet:
The loop will execute the loop body ten times. The setRadius() method will be used to change to a new radius each time. | |
QUESTION 11:Fill in the blank with something reasonable. Click Here after you have answered the question |