JanayPatriece5046 JanayPatriece5046 11-01-2023 Mathematics contestada Assign point_dist with the distance between point (x1, y1) and point (x2, y2). The calculation is: distance = squarerootof( (x2 - x1)2 + (y2 - y1)2 ). Sample output with inputs: 1. 0 2. 0 1. 0 5. 0.