Solved

To Create an Arc Object Named HalfArc That Looks Like

Question 30

Multiple Choice

To create an arc object named halfArc that looks like the top half of a circle, which of the following statements can you use to produce identical results to this 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