|
What is the effect of changing
the statement A good answer might be:The applet would draw ten circles, as before, but they would be smaller circles. | |
Smaller CirclesThe circles are not side-by-side, and since their left side is touching the left edge of the lines that divide the drawing into 10 regions, the row of circles is shifted left a bit. Here is the modified applet:
And here is the pretty picture that it draws on your screen: Here is a picture of the situation with the "guide lines" drawn in:
| |
QUESTION 16:If you want to make the left edge of the leftmost circle the same distance from the edge of the drawing as the right edge of the rightmost circle, what do you want to do (in general)? Click Here after you have answered the question |