can someone help me? i have problem in using two dimensional arrays.
X =
2 3 4
5 6 7
2 1 2
Y =
12 13 14
15 16 17
12 11 12
Write a program to declare and at the same time use loops to initialize the 2 dimensional arrays x and y to the matrices A and B respectively.
Write a function method to perform Y-X operation.
Yes, because I need to use both one dimensional and two dimensional array.
For the 1 dimensional i have implemented the logic and its working fine.
For the two dimensional , i am not getting the idea. :(
Please help me out.