Skip to content

Commit 52ad886

Browse files
authored
Merge pull request #7 from AbnerJosue/changes
New changes
2 parents 4af31da + 80beaae commit 52ad886

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/basesjava/BasesJava.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ public static void main(String[] args) {
111111

112112
matriz[0][0] = 20;
113113
matriz[0][1] = 30;
114+
matriz[1][1] = 1900;
115+
matriz[1][2] = 50;
116+
114117

115118
for (int i = 0; i < matriz.length; i++) {
116119
for (int j = 0; j < matriz[i].length; j++) {

0 commit comments

Comments
 (0)