Kaynağa Gözat

Update README.md

Git-Leon 6 yıl önce
ebeveyn
işleme
e3b1a19aae
No account linked to committer's email
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      README.md

+ 2
- 2
README.md Dosyayı Görüntüle

1
 
1
 
2
 # Delete Duplicates 
2
 # Delete Duplicates 
3
 * **Objective**
3
 * **Objective**
4
-	* To write a method which removes duplicate elements from an array.
4
+	* To write methods which removes duplicate elements from an array.
5
 * **Purpose**
5
 * **Purpose**
6
 	* To demonstrate practical understanding of `while`, `for`, and `for each` loops.
6
 	* To demonstrate practical understanding of `while`, `for`, and `for each` loops.
7
 * **Instructions**
7
 * **Instructions**
230
 * Sample Output
230
 * Sample Output
231
     ```
231
     ```
232
     [23,23,56,57,58]
232
     [23,23,56,57,58]
233
-    ```
233
+    ```