Solved

Which of the Following Statements Will Correctly Add a Point

Question 52

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:

verifed

Verified

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

Related Questions