Froilan Miranda hace 6 años
padre
commit
36f48b99f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Week 2.md

+ 1
- 1
Week 2.md Ver fichero

@@ -10,7 +10,7 @@ Original Array : [25, 14, 56, 15, 36, 56, 77, 18, 29, 49]
10 10
 New Array: [25, 14, 5, 56, 15, 36, 56, 77, 18, 29] 
11 11
 ```
12 12
 
13
-### Problem 3
13
+### Problem 2
14 14
 
15 15
 Write a Java program to remove a specific element(by index) from an array.
16 16