Question: Problem #4 - 20 points - Create a funtion called distance that takes four parameters(x,y coordinates), computes the distance between both points and returns it.

Problem \#4 - 20 points - Create a funtion called distance that takes four parameters(x,y coordinates), computes the distance between both points and returns it. The distance formula is squareroot ((x1x2)2+(y1y2)2). Check the test
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
