, Write, compile and execute a C++ program that calculates the distance between two points whose coordinates are (7, 12) and (3, 9). When you have verified that your program works correctly, by calculating the distance between the two points manually, use your program to determine the distance between the points (-12, -15) and (22, 5).
Comments
Leave a comment