The following lines of code draw the eyes of the snowman in the Snowman program. The eyes seem centered on the face when drawn, but the first parameters of each call are not equally offset from the midpoint. Explain.
page.fillOval (MID-10, TOP+10, 5, 5);page.fillOval (MID+5, TOP+10, 5, 5);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.