Assume p is a Polygon, to add a point (4, 5) into p, use _______.

a. p.getPoints().add(4); p.getPoints().add(5);
b. p.getPoints().add(4.0); p.getPoints().add(5.0);
c. p.getPoints().addAll(4, 5);
d. p.getPoints().addAll(4.0, 5.0);


b. p.getPoints().add(4.0); p.getPoints().add(5.0);
d. p.getPoints().addAll(4.0, 5.0);

Computer Science & Information Technology

You might also like to view...

After you edit a source Flash file, Dreamweaver automatically republishes the movie as a(n) ____ file.

A. FLA B. SWF C. FLS D. SWA

Computer Science & Information Technology

The Filter property should be in which of the following formats?

a. ``` ColumnName = FilterText ``` b. ``` ColumnText = FilterName ``` c. ``` TextName = FilterName ``` d. ``` ColumnName = Filter ```

Computer Science & Information Technology

What is the purpose of the destination address selection algorithm?

What will be an ideal response?

Computer Science & Information Technology

Large amounts of ________ on a slide will keep the audience reading a slide instead of listening to the presenter

Fill in the blank(s) with correct word

Computer Science & Information Technology