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:

Verified
Correct Answer:
Verified
Q25: How do you use the drawOval() method
Q26: _ is the amount of space between
Q27: You can discover the fonts that are
Q28: When using the drawRoundRect() method, if you
Q29: Why would a programmer use the repaint()
Q31: The _ method creates a solid arc.<br>A)
Q32: The _ method requires four arguments and
Q33: import javax.swing.*; <br>import java.awt.*; <br>import java.awt.Color; <br>public
Q34: Match each term with the correct statement
Q35: You can instruct a Graphics object named g