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
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
0
this is answer hope it's help you
Attachments:
Similar questions
Math,
8 days ago
Math,
8 days ago
Social Sciences,
8 days ago
Math,
16 days ago
Science,
16 days ago
English,
9 months ago
Social Sciences,
9 months ago