Matrix

CF

Matrix Row Sum

Matrix Row Sum: Given a R*C matrix (R – rows and C- Columns), print the sum of the values in each row as the output. Input Format:First…