Kaynağa Gözat

Update README.md

Git-Leon 7 yıl önce
ebeveyn
işleme
9645a1c740
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

@@ -18,9 +18,9 @@ In the class **Numbers**, complete the method called **oneToTen()** so that it r
18 18
 12: 10
19 19
 
20 20
 ## 2) Odd Numbers
21
-        In the class **Numbers**, complete the method called **oddNumbers()** so that it returns a string of the positive odd numbers less than 20. The Unit Test is not provided for you, you must complete it.
21
+In the class **Numbers**, complete the method called **oddNumbers()** so that it returns a string of the positive odd numbers less than 20. The Unit Test is not provided for you, you must complete it.
22 22
 
23
-        ### Example<br>
23
+### Example<br>
24 24
 1: oddNumbers()<br>
25 25
 2: *** Output *** <br>
26 26
 3: 1<br>