(Geometry: same line?) Rewrite Programming Exercise using vectors to represent arrays.
(Geometry: same line?) Programming Exercise gives a function for testing whether three points are on the same line. Write the following function to test whether all the points in points array are on the same line.
Programming Exercise
const int SIZE =2; bool sameLine(const double points[][SIZE],int numberOfPoints)
Write a program that prompts the user to enter five points and displays whether they are on the same line. Here are sample runs:
Programming Exercise

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.