Browse Source

Update README-NumberUtilities.md

Wilhem Alcivar 6 years ago
parent
commit
24118cb7b3
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README-NumberUtilities.md

+ 1
- 1
README-NumberUtilities.md View File

234
     // : Given
234
     // : Given
235
     int start = 5;
235
     int start = 5;
236
     int stop = 20;
236
     int stop = 20;
237
-    int step = 2;
237
+    int step = 5;
238
     int exponent = 2;
238
     int exponent = 2;
239
     
239
     
240
     // : When
240
     // : When