Parcourir la source

Update README.md

Git-Leon il y a 7 ans
Parent
révision
b83cba9028
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      README.md

+ 2
- 1
README.md Voir le fichier

51
 11: 81<br>
51
 11: 81<br>
52
 12: 100<br>
52
 12: 100<br>
53
 
53
 
54
-## 4) Random Numbers
54
+
55
+~## 4) Random Numbers~ `// this problem is under maintainence; attempt at your own discretion.`
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
 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
 
57
 
57
 ### Example<br>
58
 ### Example<br>