Build a command-line C++ application that allows user to calculateand display the distance between two points. The coordinates of thepoints for A and B will be entered by the user. The distanceformula is a variant of the Pythagorean Theorem that you used backin geometry class. Ex: d=sqrt[(x2-x1)^2+(y2-y1)^2]. (All code mustbe written using the C++03 language standard. Do not use C++11 (orhigher) syntax.)
Input: Coordinates for Point A (x1 and y1) and coordinates forPoint B (x2 and y2). The user can enter any coordinates (inputparameters) from the keyboard.Output: The distance between Point A and Point B.Picture
Expert Answer
An answer will
PayPal Gateway not configured
PayPal Gateway not configured