Solved

Given Graphics Object Graph, Which of the Following Draws a Circle

Question 37

Multiple Choice

Given Graphics object graph, which of the following draws a circle with a radius of 50, at X = 20, Y = 30?


A) graph.drawCircle(50) ;
B) graph.drawCircle(50, 50, 20, 30) ;
C) graph.drawOval(50, 50) ;
D) graph.drawOval(20, 30, 50, 50) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions