Coordinates Between 2 Points C++ Code
This code will calculate the coordinate between 2 points.
The user is asked for the x and y coordinates for 2 points. It will do the calculation and print the result on screen. This code makes use of reference parameters.