3839404142434445464748
System.out.print(currentAccount.accountNumber()); currentAccount.deposit(100); bank.payInterest(); System.out.print(currentAccount.balance()); // currentAccount.deposit(100); // System.out.println("yeeeee: " + currentAccount.balance()); }