We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ae498 commit 82b429bCopy full SHA for 82b429b
src/com/example/bankaccount/BankAccount.java
@@ -47,7 +47,6 @@ Class methods(return types):
47
1. no negatives as input
48
2. depending on accountType:
49
calculate transaction fee of $1.50 (checking only)
50
- calculate interest of 1% on withdrawn amount (savings only)
51
3. check balance, do not allow for overdrafting
52
4. update balance
53
5. return true if successful
0 commit comments