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 8aace2d commit 3c5c9bcCopy full SHA for 3c5c9bc
app/src/main/java/hexlet/code/games/Calc.java
@@ -5,7 +5,7 @@
5
public class Calc {
6
private static final int RANDOM_NUMBER_BOUND = 50;
7
private static final int RANDOM_OPERATOR_BOUND = 3;
8
-
+
9
public static void play(Scanner scanner) {
10
Engine.greet(scanner);
11
app/src/main/java/hexlet/code/games/Even.java
@@ -4,7 +4,7 @@
4
public class Even {
private static final int RANDOM_NUMBER_BOUND = 100;
System.out.println("Answer 'yes' if the number is even, otherwise answer 'no'.");
0 commit comments