Multiple Choice
Which of the following statements will correctly add a point to a polygon named myShape ?
A) myShape.addPoint(50, 100)
B) addPoint = myShape(50, 100)
C) myShape.fillPolygon(50 100)
D) myShape = addPoint(50, 100)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q47: The getFontMetrics() method can be used to
Q48: The _ method provides information about the
Q49: You use the _ method in statements
Q50: You can instruct a Graphics object to
Q51: BasicStroke class variables determine the endcap and
Q53: The statements pen.drawLine(50, 50, 100, 200); and
Q54: The _ method can be used when
Q55: List the six arguments you need to
Q56: The draw3DRect() method has a _ argument,
Q57: The getScreenSize() method returns an object of