was neues
parent
27a4843ce5
commit
69139dae66
|
@ -28,7 +28,8 @@ public class BankSystem {
|
|||
}
|
||||
|
||||
public void ueberweisung(BankSystem empfaenger) {
|
||||
|
||||
System.out.println("Hat salat");
|
||||
|
||||
System.out.println("KontoStand: " + this.kontosstand + " €" + "\n" + this.getVorname() + " " + this.getName());
|
||||
|
||||
System.out.println("Geben Sie den Betrag ein: ");
|
||||
|
|
Loading…
Reference in New Issue