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 1713e42 commit d428625Copy full SHA for d428625
README.md
@@ -14,5 +14,6 @@ https://asciinema.org/a/Iaff6ukLhja6iQoGAjxWDoeOu
14
https://asciinema.org/a/88N93aimt7NfYdxmFRtSMhTnb
15
https://asciinema.org/a/1FHH1S1pSiaUlHgbpE2ZT1Dhb
16
https://asciinema.org/a/LTi47kRlWxjvuKXa8lv25CLhR
17
+https://asciinema.org/a/a6xdZWjGkXJGJS8x3yT8zhCwS
18
19
app/src/main/java/hexlet/code/games/CalcGame.java
@@ -2,7 +2,7 @@
2
3
public class CalcGame {
4
static final int MAX_NUMBER_VALUE = 100;
5
- static final int MAX_INDEX_VALUE = 100;
+ static final int MAX_INDEX_VALUE = 3;
6
public static void showGameRules(int gameCount) {
7
if (gameCount == 0) {
8
System.out.println("What is the result of the expression?");
0 commit comments