InterviewSolution
Saved Bookmarks
| 1. |
Write the statement to draw a circle of radius=100pixels and colour red |
|
Answer» Answer: Draw a circle centered on the screen with the default stroke color, width, fill color. 2 ... EXAMPLE: Red LINE CHANGE the color of the circle outline. 4. 1. // Change ... MISSING: 100pixels | Must include: 100pixels Explanation: hope it help |
|