Consider the code segment below:

```
int xValues[] = {100, 150, 200, 100};
int yValues[] = {30, 130, 30, 30};
g.drawPolyline(xValues, yValues, 4); ```
What kind of figure does it draw?
a. A rectangle.
b. A triangle.
c. A V with its corner at the top.
d. A square.

B

Computer Science & Information Technology

You might also like to view...

The database product INGRES originally used a database language called what?

a. QUEL b. SEQUEL c. SQL d. SQL/DS

Computer Science & Information Technology

What is meant by a purely virtual function?

What will be an ideal response?

Computer Science & Information Technology