need help to create this program.

A number of points defined in a plane by means of their coordinates Xi and Yi, the number of points and their coordinates are input from a text file with the following structure
N
X1 , Y1
.....
Xn , Yn
Create a matrix A , whose elements Aij are the distance between point i and j. take a mental note of the symmetry of the matrix.output the matrix on the screen and check if there are points with identical coordiantes if there is such points output the indices of each two of the points that coincide.
please make notice that am a beginner and i don't know that match about c++ :)
This may help you on how to ask questions. This is not a free homework site. We all have busy lives, as you do. The more effort you put into it, the more effort we will. Give it a try

http://www.cplusplus.com/forum/articles/40071/#msg218019

If the programming assignment is hard, I use the pseudocode to "see" how it should be.
Last edited on
Topic archived. No new replies allowed.