Solved

The Java Statement: G.fillOval(290, 100, 90, 55);

Question 16

Multiple Choice

The Java statement:
G.fillOval(290, 100, 90, 55) ;


A) Draws a filled oval with its center at coordinates x=290, y=100, with height=90 and width=55.
B) Draws a filled oval with its leftmost point at coordinates x=290, y=100, with height=90 and width=55.
C) Draws a filled oval bounded by a rectangle with its upper-left corner at coordinates x=290, y=100, with width=90 and height=55.
D) Draws a filled oval bounded by a rectangle with its upper-left corner at coordinates x=290, y=100, with height=90 and width=55.

Correct Answer:

verifed

Verified

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

Related Questions