mehtapilhan 2022-10-25 15:42:43 +02:00
parent 1dd6b356db
commit f1c9890269
1 changed files with 1 additions and 0 deletions

View File

@ -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());