main
luciacanzian 2023-01-15 21:31:42 +01:00
parent ee8c79842f
commit 4765f07547
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ public class userinterface {
} else if (antwort[1].equalsIgnoreCase("beenden")) {
System.out.println("Bis zum nächsten Mal!");
break;
} else {
System.out.println("Die Eingabe ist nicht gültig! Probiere es nochmal:");
System.out.println();
}
}