Menu erweitert

Change-Id: Ic954616378f45bd6ecbea53677b231ef9974c1d1
Signed-off-by: Thomas Kühnau <t.kuehnau@hs-mannheim.de>
main
Oliver Hummel 2022-10-11 11:11:03 +02:00 committed by Thomas Kühnau
parent ba349af6c3
commit 86de07991c
No known key found for this signature in database
GPG Key ID: D784EB000663DA40
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ public class UI {
System.out.println("Hauptmenü"); System.out.println("Hauptmenü");
System.out.println("1 -> Konten anzeigen"); System.out.println("1 -> Konten anzeigen");
System.out.println("2 -> Konto anlegen"); System.out.println("2 -> Konto anlegen");
System.out.println("3 -> Einzahlung");
System.out.println("4 -> Auszahlung");
System.out.println("5 -> Kontoauszug");
System.out.println("9 -> Beenden"); System.out.println("9 -> Beenden");
System.out.println(); System.out.println();