Skip to content

Commit 2b0727b

Browse files
authored
Merge pull request #10 from AbnerJosue/AbnerJosue-patch-6
Update README.md
2 parents b6ada84 + c27ef8f commit 2b0727b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ En esta tabla:
139139
#### Ejemplo de Código en Java
140140

141141
```java
142+
142143
// Inicialización de una matriz 3x3 en Java con valores predeterminados de 0
143144
int[][] matriz = new int[3][3];
144145

@@ -156,3 +157,10 @@ for (int i = 0; i < matriz.length; i++) {
156157
}
157158
System.out.println();
158159
}
160+
161+
162+
163+
```
164+
![1725458888013](https://github.com/user-attachments/assets/06678223-0a1c-4ed6-831d-081be7926da7)
165+
166+

0 commit comments

Comments
 (0)