Question: Write a function named distance() that accepts the rectangular coordinates of two points X1, Y1 and X2, Y2 and calculates and returns the distance between

Write a function named distance() that accepts the rectangular coordinates of two points X1, Y1 and X2, Y2 and calculates and returns the distance between the two points. The distance, d, between two points is given by the formula: (10) d = V(x2 - x)2 + (y2 - y.)? Include the function in a working program. Make sure your function is called from main () and correctly returns a value to main ()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
