Computer Science, asked by naidurajasimha, 16 days ago

write the c++ to find the row total and grand total for the given matrix using 2 dimensional array
PLEASE ANSWER THE QUESTION​

Answers

Answered by QBrainlyA
2

Explanation:

/ C++ program to find the sum

// of each row and column of a matrix

#include <iostream>

using namespace std;

// Get the size m and n

#define m 4

#define n 4

// Function to calculate sum of each row

Answered by chandanisingh1511
0

this is answer hope it's help you

Attachments:
Similar questions