Are you able to add all elements in one column?
Then, repeat this for every column and store the results in another array (that is not necessary, but may be more clear). Then find the maximum in that array.
how is that wrong? the task was to find the column with greatest sum. If all elements are equal, all sums are equal. So it could output any column. You have 'colum' initialized to 1, so it prints 1. What do you want it to print?