Question: What information can you deduce from the below Java statements: 1> g.fillOval(200, 100, 50, 55); 2> int xValues[] = {100, 150, 200, 100}; int yValues[]
What information can you deduce from the below Java statements:
1> g.fillOval(200, 100, 50, 55);
2> int xValues[] = {100, 150, 200, 100};
int yValues[] = {30, 130, 30, 30};
g.drawPolyline(xValues, yValues, 4);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
