Question: Adding 2 Dimensional Arrays Write a program that contains a function Summation. Summation will compute the sum of two 2- dimensional arrays and store the
Adding 2 Dimensional Arrays
Write a program that contains a function Summation. Summation will compute the sum of two 2- dimensional arrays and store the results in a separate array.
Summation Function details:
Input Parameters:
1. 2D array n1
2. 2D array n2
3. 2D array sum. This array will store the results
This function does not return any value.

Need help writing this code in C++
Example ni = n2 = sum = 11 44 22 55 33 66 Output the contents of sum to the console
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
