Solved

Given Two Points in an Applet Represented by the Four

Question 57

Essay

Given two points in an applet represented by the four int variables x1, y1, x2 and y2, write a paint method to draw a line between the two points and write the location of the two points next to the two points.

Correct Answer:

verifed

Verified

public void paint(Graphics pag...

View Answer

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

Related Questions