Java Week 3:Q2 Define a class Point with two fields x and y each of type double. Also , define a method distance (Point p1, Point p2) to calculate the distance between points p1 and p2 and return the ...