Click the green flag twice. Click the first dot (x1, y1) then click another dot (x2, y2). The program will automatically calculate the distance between the two dots. D=sqrt{(x1-x2)^2 + (y1-y2)^2}
This project is required to make my other games.