Question: There are two mistakes in the following code, which attempts to draw a line from coordinates (50, 86) to (20, 35). What are they? DrawingPanel
There are two mistakes in the following code, which attempts to draw a line from coordinates (50, 86) to (20, 35). What are they?
DrawingPanel panel = new DrawingPanel(200, 200);
panel.drawLine(50, 20, 86, 35);
Step by Step Solution
3.36 Rating (168 Votes )
There are 3 Steps involved in it
Mistakes in the code On the second line the call to drawLine sho... View full answer
Get step-by-step solutions from verified subject matter experts
