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 8e408e0 commit 13119edCopy full SHA for 13119ed
app/src/main/java/hexlet/code/games/CalcGame.java
@@ -5,7 +5,7 @@
5
6
public class CalcGame {
7
static final int MAX_NUMBER_VALUE = 100;
8
- static final int MAX_INDEX_VALUE = 3;
+ static final int MAX_INDEX_VALUE = 2;
9
static final int COLUMN_INDEX = 3;
10
static final int ROW_INDEX = 2;
11
0 commit comments