Write a C++ program that adds equivalent elements of the two-dimensional arrays named first and second. Both arrays should have two rows and three rows and threecolumns. For example, element [1][2] of the resulting array should be the sum of first[1][2] and second[1][2]. The first and second arrays should be initialized as follows:
first second
16 18 23 24 52 77
54 91 11 16 19 59
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here