|
|
|
|
1
|
# TableUtilities
|
1
|
# TableUtilities
|
2
|
-* Ensure each of the test cases in the class [TableUtilitiesTest]() successfully passes upon completion of each method stubs in the class [TableUtilities]().
|
|
|
|
|
2
|
+* Ensure each of the test cases in the class [TableUtilitiesTest](https://github.com/Zipcoder/CR-MicroLabs-Loops-NumbersTrianglesTables/blob/master/src/test/java/io/zipcoder/microlabs/mastering_loops/TableUtilitiesTest.java) successfully passes upon completion of each method stubs in the class [TableUtilities](https://github.com/Zipcoder/CR-MicroLabs-Loops-NumbersTrianglesTables/blob/master/src/main/java/io/zipcoder/microlabs/mastering_loops/TableUtilities.java).
|
3
|
* `String getLargeMultiplicationTable()`
|
3
|
* `String getLargeMultiplicationTable()`
|
4
|
* `String getSmallMultiplicationTable()`
|
4
|
* `String getSmallMultiplicationTable()`
|
5
|
* `String getMultiplicationTable(int width)`
|
5
|
* `String getMultiplicationTable(int width)`
|