We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e70b5 commit 342a163Copy full SHA for 342a163
app/src/main/java/hexlet/code/games/Progression.java
@@ -9,8 +9,8 @@ public class Progression {
9
private static final int STEP_MAX = 10;
10
private static final int FIRST_NUM_MIN = 1;
11
private static final int FIRST_NUM_MAX = 100;
12
- private static final int HIDDEN_MIN = 1;
13
- private static final int HIDDEN_MAX = 10;
+ private static final int HIDDEN_MIN = 0;
+ private static final int HIDDEN_MAX = 9;
14
public static void startGame() {
15
16
0 commit comments