update
parent
1dd6b356db
commit
f1c9890269
|
@ -191,6 +191,7 @@ public class UI {
|
|||
System.out.println(bs.getSaldo(kontonummer, anzahl));
|
||||
}
|
||||
|
||||
|
||||
private void überweisungBeauftragen() {
|
||||
System.out.print("Bitte die Kontonummer des Ausgangskontos der Überweisung eingeben: ");
|
||||
int startkonto = Integer.parseInt(sc.nextLine());
|
||||
|
|
Loading…
Reference in New Issue