|
@@ -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)`
|
|
@@ -12,11 +12,7 @@
|
12
|
12
|
|
13
|
13
|
|
14
|
14
|
|
15
|
|
-
|
16
|
|
-
|
17
|
|
-
|
18
|
|
-
|
19
|
|
-
|
|
15
|
+<br><br><br><br>
|
20
|
16
|
## `String getRange(int stop)`
|
21
|
17
|
* **Description**
|
22
|
18
|
* Given an integer, `stop`, return a `String` concatenation of all values between `0` and `stop` exclusively.
|
|
@@ -254,4 +250,4 @@
|
254
|
250
|
|
255
|
251
|
```
|
256
|
252
|
25100225
|
257
|
|
- ```
|
|
253
|
+ ```
|