We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25921e8 commit 30b36dcCopy full SHA for 30b36dc
1 file changed
app/src/main/java/hexlet/code/games/Even.java
@@ -4,7 +4,7 @@
4
import java.util.Scanner;
5
6
public class Even {
7
- private static String rules = "Answer 'yes' if given number is even. Otherwise answer 'no'.";
+ private static String rules = "Answer 'yes' if the number is even, otherwise answer 'no'.";
8
public static String getRules() {
9
return rules;
10
}
0 commit comments