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 9b68c78 commit dcbeb8fCopy full SHA for dcbeb8f
app/src/main/java/hexlet/code/App.java
@@ -16,6 +16,7 @@ public static void main(String[] args) {
16
2 - Even
17
3 - Calc
18
4 - GCD
19
+ 5 - Progression
20
0 - Exit""");
21
22
System.out.print("Your choice: ");
@@ -34,6 +35,9 @@ public static void main(String[] args) {
34
35
break;
36
case 4:
37
GCD.gameGCD();
38
+ break;
39
+ case 5:
40
+
41
42
case 0:
43
0 commit comments