What kind of figure does it draw?

Consider the code segment below:
```
int xValues[] = {100, 150, 200, 100};
int yValues[] = {30, 130, 30, 30};
g.drawPolyline(xValues, yValues, 4);
```

a. A rectangle.
b. A triangle.
c. A V with its corner at the top.
d. A square.

b. A triangle.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT an actual gallery in PowerPoint 2010?

A) Styles gallery B) Colors gallery C) Page Setup gallery D) Fonts gallery

Computer Science & Information Technology

A(n) 3-D ________ references the same cell, or range of cells, across multiple worksheets in a workbook

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

Computer Science & Information Technology