瀏覽代碼

Update README.md

Git-Leon 7 年之前
父節點
當前提交
01a2b986e0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

37
 ## 3) Square Numbers
37
 ## 3) Square Numbers
38
 In the class **Numbers**, complete the method called **squares()** so that it returns a string of the square numbers up to 100. The Unit Test is not provided for you, you must complete it.
38
 In the class **Numbers**, complete the method called **squares()** so that it returns a string of the square numbers up to 100. The Unit Test is not provided for you, you must complete it.
39
 
39
 
40
-        ### Example<br>
40
+### Example<br>
41
 1: squares()<br>
41
 1: squares()<br>
42
 2: *** Output *** <br>
42
 2: *** Output *** <br>
43
 3: 1<br>
43
 3: 1<br>