Skip to content

Commit

Permalink
Update CheckingAccount.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JitseGoutbeek authored Jun 28, 2024
1 parent 2e2f3fa commit 93580ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// tag::CheckingAccount[]
public class CheckingAccount extends Account {
private int transferLimit = 100;
private static final float INTEREST_PERCENTAGE = 0.01f;

@Override
public Transfer makeTransfer(String counterAccount, Money amount)
Expand Down

0 comments on commit 93580ac

Please sign in to comment.