We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436644a commit 44730f7Copy full SHA for 44730f7
InterviewPrograms/src/com/java/matrix/MatrixAddition.java
@@ -22,7 +22,7 @@ public static void main(String[] args) {
22
{9,10,11,12},
23
{13,14,15,16}
24
};
25
- int row1 = 4, col1 = 3;
+ int row1 = 4, col1 = 4;
26
27
int matrixB[][] = {
28
{5,10,15,20},
0 commit comments