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 ba06183 commit 92ebecaCopy full SHA for 92ebeca
src/main/java/me/kimihiqq/Calculator.java
@@ -24,6 +24,7 @@ public void run() {
24
switch (selectPage) {
25
case "1" -> list();
26
case "2" -> calculate();
27
+ default -> printer.println("Invalid page!");
28
}
29
30
0 commit comments