Question: begin{tabular}{l|l} CHALLENGE ACTIVITY & 2.13.3: Using math functions to calculate the distance between two points. end{tabular} Assign point_dist with the distance between point (x1,y1)
\begin{tabular}{l|l} CHALLENGE \\ ACTIVITY & 2.13.3: Using math functions to calculate the distance between two points. \end{tabular} Assign point_dist with the distance between point (x1,y1) and point (x2,y2). The calculation is: Distance = SquareRootOf ((x2x1)2+(y2y1)2). Sample output with inputs: 1.02.01.05.0 Points distance: 3.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
