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 aed3c0a commit 2233bb7Copy full SHA for 2233bb7
app/src/main/java/hexlet/code/GCD.java
@@ -6,7 +6,7 @@
6
public class GCD {
7
public static void gameLogic() {
8
Engine.userGreetings();
9
- System.out.println("Find the greatest common divisor of given numbers");
+ System.out.println("Find the greatest common divisor of given numbers.");
10
Scanner sc = new Scanner(System.in);
11
int result;
12
while (Engine.questionCounter != 3) {
0 commit comments