This commit is contained in:
2025-06-04 18:27:10 +02:00
parent 701e732eb6
commit 1b07a3b6ab
13 changed files with 277 additions and 0 deletions

View File

@@ -58,6 +58,12 @@ public class CashPoint implements SecurityClient {
void charge(AccountCard accountCard) {
final int price = getPrice(accountCard.color);
// zahlen methode
/*
zahlen bein acmgmt
*/
System.out.println("Charging " + price + " cents on account " + accountCard.getAccount());
cents += price;
}