Examlex

Solved

Complete the Code, Drawing a Solid Circle (With the Current

question 82

Short Answer

Complete the code, drawing a solid circle (with the current fill color, whatever it is) so that its diameter is 200 and the coordinates of its center are (250, 150).
// gc is a GraphicsContext reference
// your code goes here


Definitions:

Related Questions