Question: please solve it as fast as possible. programming language c Write a function call it slope distance (its name) that accepts the coordinates of 2
Write a function call it "slope distance" (its name) that accepts the coordinates of 2 points, and returns the slope of the line connecting the 2 points, also returns the distance between the 2 points. call this function from the main function, and let the program prints the returned values from the function "slope_distance" in the main. slope=(y2-yl)/(x2-x1) distance=sqrt(x2-x1)*(x2-x1)+(y2-y10*(y2-y1)) pl(x1,y1) first point p2(x2,y2) second point 1 A E E
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
