Solved

Consider the Code Segment Below

Question 14

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions