test
WummerMIB 2022-11-05 16:18:10 +01:00
parent 42050a3e98
commit b6c206b0ac
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ public class UI {
public UI(Banksystem bs) { public UI(Banksystem bs) {
this.bs = bs; this.bs = bs;
hauptmenü(); hauptmenü();
Hallo;
} }
private void hauptmenü() { private void hauptmenü() {
@ -22,7 +22,7 @@ public class UI {
System.out.println(); System.out.println();
System.out.println("--------"); System.out.println("--------");
System.out.println("Hauptmenü"); System.out.println("Hauptmenü");
System.out.println("1 -> Konten anzeigen"); System.out.println("1 -> Konten anzeigen test");
System.out.println("2 -> Konto anlegen"); System.out.println("2 -> Konto anlegen");
System.out.println("3 -> Geld einzahlen"); System.out.println("3 -> Geld einzahlen");
System.out.println("4 -> Geld auszahlen"); System.out.println("4 -> Geld auszahlen");