Saldo fertig
parent
5eec85a43b
commit
c8e9d2cd28
Binary file not shown.
|
@ -63,9 +63,10 @@ public class UI {
|
|||
|
||||
private void saldoAnzeigen() {
|
||||
System.out.println("Kontonummer eingeben: ");
|
||||
int auswahl = Integer.parseInt(sc.nextLine());
|
||||
System.out.println("");
|
||||
System.out.println("Buchungssumme ---------- Verwendungszeck");
|
||||
int auswahl = Integer.parseInt(sc.nextLine());
|
||||
|
||||
String[] kontobewegungen = bs.zeigeSaldo(auswahl);
|
||||
|
||||
if (kontobewegungen.length > 0) {
|
||||
|
|
Loading…
Reference in New Issue