Question: Distance on a Geometric Plain Using Eclipse, create a Java project that reads the (x, y) coordinates for two points. Program should read user inputs

Distance on a Geometric Plain Using Eclipse, create a Java project that reads the (x, y) coordinates for two points. Program should read user inputs from standard input (keyboard) for x1, y1, x2, y2, the numbers should be of type double. Program should display the coordinates and the distance of the two points. Compute the distance between two points on a geometric plane using the following formula: Distance = sqrt((X2 - X)2 + (y2 - y)2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
