瀏覽代碼

Update README-TriangleUtilities.md

Git-Leon 6 年之前
父節點
當前提交
c91f8e7908
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. 7
    1
      README-TriangleUtilities.md

+ 7
- 1
README-TriangleUtilities.md 查看文件

@@ -1,4 +1,10 @@
1 1
 # TriangleUtilities
2
+* Ensure each of the test cases in the class [TriangleUtilitiesTest](https://github.com/Zipcoder/CR-MicroLabs-Loops-NumbersTrianglesTables/blob/master/src/test/java/io/zipcoder/microlabs/mastering_loops/TriangleUtilitiesTest.java) successfully passes upon completion of each method stubs in the class [TriangleUtilities](https://github.com/Zipcoder/CR-MicroLabs-Loops-NumbersTrianglesTables/blob/master/src/main/java/io/zipcoder/microlabs/mastering_loops/TriangleUtilities.java).
3
+    * `String getSmallMultiplicationTable()`
4
+    * `String getLargeMultiplicationTable()`
5
+    * `String getMultiplicationTable(int tableSize)`
6
+    
7
+
2 8
 ## `String getRow(int width)`
3 9
 * **Description**
4 10
     * In the class, `Triangles` Write a method that returns a `String` representation of a row of asterisks whose length is equal to the `width` specified.
@@ -153,4 +159,4 @@
153 159
     *************
154 160
     **************
155 161
     
156
-    ```
162
+    ```