(Sum elements column by columns) Write a function that returns the sum of all the elements in a specified column in a matrix using the following header:
const int SIZE = 4 ;double sumColumn(const double m[][SIZE], int rowSize, int columnIndex);
Write a test program that reads a 3-by-4 matrix and displays the sum of each column. Here is a sample run:

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.