To construct a Polygon with three points x1, y1, x2, y2, x3, and y3, use _________.

a. new Polygon(x1, y1, x2, y2, x3, y3)
b. new Polygon(x1, y2, x3, y1, y2, y3)
c. Polygon polygon = new Polygon(); polygon.getPoints().addAll(x1, y1, x2, y2, x3, y3)
d. Polygon polygon = new Polygon(); polygon.getPoints().addAll(x1, y2, x3, y1, y2, y3)

ac

Computer Science & Information Technology

You might also like to view...

The appearance of an image can be modified using a filter, known as ________ effect, which applies a special effect to the image

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ View allows you to decide if the content within a document is safe prior to working with it

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology