[solved] – Question 99403
Determine the distance between point (x1, y1) and point (x2, y2), and assign the result to pointsDistance. The calculation is using the distance formula.
Ex: For points (1.0, 2.0) and (1.0, 5.0), pointsDistance is 3.0.
Expert Answer
OR