Computer Science, asked by kunshagarwal84, 4 months ago

write a program to calculate the distance between two points (x1,y1) and (x2,y2)​

Answers

Answered by bheemanianudeep
3

Answer:

✓{(x2-x1)²+(y2-y1)²}

Similar questions