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 f52734c commit faa6183Copy full SHA for faa6183
app/src/main/java/hexlet/code/games/Engine.java
@@ -7,7 +7,7 @@ public class Engine {
7
private static String userName;
8
private static boolean defeated = false;
9
private static int currentRound = 1;
10
- private static int finalRound = 3;
+ private static final int finalRound = 3;
11
private static Random randomizer = new Random();
12
13
public static void greet(Scanner scanner) {
0 commit comments