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);

Answer: D

Computer Science & Information Technology

You might also like to view...

After a tag is created, it is easily added to other files without having to type the entire tag name

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ function returns the variance of a sample of numerical data

A) VARA B) VAR.P C) VARPA D) VAR.S

Computer Science & Information Technology