Write the pseudo code for a subprogram called summer (and only the subprogram) which has three parameters
1) A two dimensional array of integers which is changed by summer and sent back
2) An integer with how many columns in the array have data
3) An integer with how many rows have data.