(Geometry: intersecting point) Write a program that displays two line segments with their end points, and their intersecting point. Initially, the end points are at (20, 20) and (56, 130) for line 1 and at (100, 20) and (16, 130) for line 2. The user can use the mouse to drag a point and dynamically display the intersecting point, as shown in Figure 18.35c. Hint: See Programming Exercise 3.25 for finding the intersecting point of two unbounded lines.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.