hi,
i have been working on a function to sum the columns of a two dimensional array of sizes row[3] col[4]. i managed to hardcode it to work, but i am unhappy with my solution because if the array dimension were to change then my function would not work. i am sure that my code is way too convoluted. i could use some help with another way of doing this. i suspect that a recursive function would do the trick but am not sure??? is a recursive...