Question: using java , please solve it as java and send it as code , step by step 1. Write the following method that returns the

using java , please solve it as java and send it as code , step by step  using java , please solve it as java and send it

1. Write the following method that returns the intersecting point between two lines (p1,p2) and (p3,p4) : public static Point2D getintersectingPoint( Point2D p1, Point2D p2, Point2D p3, Point2D p4); The method returns null if the two lines are parallel. Write a test program that prompts the user to enter three points and displays the center point. Here is a sample run. (Hint: for finding the intersecting point between two lines, see Programming Exercise 8.31.) The intersecting point is at (2.88889,1.1111) >

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!