I am writing a program with several two dimensional arrays. This is new to me and I am having trouble adding my first two arrays into a third. My professor said that this will take a double for loop and gave me this hint: loop on r and c: C[r][c] = A[r][c] + B[r][c];