Solved

To Create an Arc Object Named HalfArc That Looks Like

Question 46

Multiple Choice

To create an arc object named halfArc that looks like the top half of a circle, you could use the ____ statement to produce identical results to the following statement: halfArc.drawArc(x, y, w, h, 0, 180) ;.


A) halfArc.drawArc(x, y, w, h, 180, 0) ;
B) halfArc.drawArc(x, y, w, h, 180, -180) ;
C) halfArc.drawArc(x, y, w, h, -180, 180) ;
D) fillArc.drawArc(x, y, w, h, 180, -180) ;

Correct Answer:

verifed

Verified

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

Related Questions