Froilan Miranda 6 anos atrás
pai
commit
36f48b99f9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Week 2.md

+ 1
- 1
Week 2.md Ver arquivo

@@ -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