So i have to write this:
For a given matrix of n rows and m columns ,write an app that will show a new matrix that replaces with 0 the elements on the column which has the lowest sum value.
so far ive wrote:
Your code determines the lowest sum of the columns. You need to teak your code a little bit to find out the column which has the least sum. You could do like this.