Git-Leon před 7 roky
rodič
revize
5c08304535
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      README.md

+ 2
- 2
README.md Zobrazit soubor

@@ -52,9 +52,9 @@ In the class **Numbers**, complete the method called **oneToTen()** so that it r
52 52
 12: 100<br>
53 53
 
54 54
 ## 4) Random Numbers
55
-        In the class **Numbers**, complete the method called **random4()** so that it returns a string of out four random integers between 0 and 9. The Unit Test is not provided for you, you must complete it.
55
+In the class **Numbers**, complete the method called **random4()** so that it returns a string of out four random integers between 0 and 9. The Unit Test is not provided for you, you must complete it.
56 56
 
57
-        ### Example<br>
57
+### Example<br>
58 58
 1: random4()<br>
59 59
 2: *** Output *** <br>
60 60
 3: 3<br>