create a method, distance, which takes, as parameters, the coordinates of two points ((x1, y1), (x2, y2)) as real numbers, and returns the distance between these points, using the distance forumula....