Write a method that returns the sum of all the elements in a specified column in a

Question:

Write a method that returns the sum of all the elements in a specified column in a matrix using the following header:public static double?sumColumn(double[][] m,?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:image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: