Posts by Luis Carlos Froes • 11 points
1 post
-
1
votes1
answer102
viewsQ: Recursion and sum
I am making a program in which you need a recursion according to the exercise that sums a vector of two matrices and sums the rows after the recursion and then add the columns to my code #include…