Geography, asked by prathamsuri2710, 23 days ago

2.
The sum of each row and column is givent Can you figure out and calculate the value of
each shape?
Solution
*
*
*
* *
Knowledge Boom: 5
bila​

Attachments:

Answers

Answered by Imanroy11
0

Answer:

Explanation:

Input: array[4][4] = { {1, 1, 1, 1},  

                      {2, 2, 2, 2},  

                      {3, 3, 3, 3},  

                      {4, 4, 4, 4}};

Output: Sum of the 0 row is = 4

       Sum of the 1 row is = 8

       Sum of the 2 row is = 12

       Sum of the 3 row is = 16

       Sum of the 0 column is = 10

       Sum of the 1 column is = 10

       Sum of the 2 column is = 10

       Sum of the 3 column is = 10

Similar questions