Can someone help in cpp for this figure write a function that finds the sum of the elements that are filled in gray in the Figure, the matrix is ​​entered in a global two-dimensional array double a [MAXM] [MAXN], and the number of rows and columns and is in the variable n of type int, eg: double a [7] [7] = {3,1,1,1,1,1,4, 2,3,1,1,1,1,1,         2,2,3,1,1,1,1, 2,2,2,8,1,1,1, 2,2,2,2,3,1,1, 2,2,2,2,2,3,1, 2,2,2,2,2,2,3,};

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter3: Data Representation
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question

Can someone help in cpp

for this figure write a function that finds the sum of the elements that are filled in gray in the Figure, the matrix is ​​entered in a global two-dimensional array double a [MAXM] [MAXN], and the number of rows and columns and is in the variable n of type int, eg:

double a [7] [7] = {3,1,1,1,1,1,4, 2,3,1,1,1,1,1,         2,2,3,1,1,1,1, 2,2,2,8,1,1,1, 2,2,2,2,3,1,1, 2,2,2,2,2,3,1, 2,2,2,2,2,2,3,};

0 1 2 3 4S6
1
2
3
Transcribed Image Text:0 1 2 3 4S6 1 2 3
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Problems on Dynamic Programming
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning