ソースを参照

Update README-TriangleUtilities.md

Git-Leon 6 年 前
コミット
c91f8e7908
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した7 個の追加1 個の削除を含む
  1. 7
    1
      README-TriangleUtilities.md

+ 7
- 1
README-TriangleUtilities.md ファイルの表示

1
 # TriangleUtilities
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
 ## `String getRow(int width)`
8
 ## `String getRow(int width)`
3
 * **Description**
9
 * **Description**
4
     * 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.
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
     *************
159
     *************
154
     **************
160
     **************
155
     
161
     
156
-    ```
162
+    ```