|
@@ -1,5 +1,5 @@
|
1
|
1
|
# NumberUtilities
|
2
|
|
-* Ensure each of the test cases in the class [NumberUtilitiesTest]() successfully passes upon completion of each method stubs in the class [NumberUtilities]().
|
|
2
|
+* Ensure each of the test cases in the class [NumberUtilitiesTest](https://github.com/Zipcoder/CR-MicroLabs-Loops-NumbersTrianglesTables/blob/master/src/test/java/io/zipcoder/microlabs/mastering_loops/NumberUtilitiesTest.java) successfully passes upon completion of each method stubs in the class [NumberUtilities](https://github.com/Zipcoder/CR-MicroLabs-Loops-NumbersTrianglesTables/blob/master/src/main/java/io/zipcoder/microlabs/mastering_loops/NumberUtilities.java).
|
3
|
3
|
* `String getEvenNumbers(int start, int stop)`
|
4
|
4
|
* `String getOddNumbers(int start, int stop)`
|
5
|
5
|
* `String getSquareNumbers(int start, int stop, int step)`
|