Skip to content

Commit 82b429b

Browse files
authored
Update BankAccount.java for simplicity
1 parent a0ae498 commit 82b429b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/example/bankaccount/BankAccount.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Class methods(return types):
4747
1. no negatives as input
4848
2. depending on accountType:
4949
calculate transaction fee of $1.50 (checking only)
50-
calculate interest of 1% on withdrawn amount (savings only)
5150
3. check balance, do not allow for overdrafting
5251
4. update balance
5352
5. return true if successful

0 commit comments

Comments
 (0)