Skip to content

Commit d428625

Browse files
committed
fixed CalcGame
1 parent 1713e42 commit d428625

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ https://asciinema.org/a/Iaff6ukLhja6iQoGAjxWDoeOu
1414
https://asciinema.org/a/88N93aimt7NfYdxmFRtSMhTnb
1515
https://asciinema.org/a/1FHH1S1pSiaUlHgbpE2ZT1Dhb
1616
https://asciinema.org/a/LTi47kRlWxjvuKXa8lv25CLhR
17+
https://asciinema.org/a/a6xdZWjGkXJGJS8x3yT8zhCwS
1718

1819

app/src/main/java/hexlet/code/games/CalcGame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class CalcGame {
44
static final int MAX_NUMBER_VALUE = 100;
5-
static final int MAX_INDEX_VALUE = 100;
5+
static final int MAX_INDEX_VALUE = 3;
66
public static void showGameRules(int gameCount) {
77
if (gameCount == 0) {
88
System.out.println("What is the result of the expression?");

0 commit comments

Comments
 (0)