To create a triangle, use the ____________________ tool.

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


Polygon

Computer Science & Information Technology

You might also like to view...

A method defined without the word static may be sent to an instance of a class.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the tag, an alignment value of ____ places the caption below the table.

A. below B. bottom C. under D. beneath

Computer Science & Information Technology

What is considered the ‘cleanup rule' on a Cisco router?

A. explicit allow all B. implicit deny all C. explicit prompt D. implicit allow

Computer Science & Information Technology

Are the following two declarations the same

``` char city[8] = "Dallas"; char city[] = "Dallas"; ``` A. no B. yes

Computer Science & Information Technology