Commit e8f46272 authored by jose.alencastro's avatar jose.alencastro

ok

parent a4870f53
...@@ -58,8 +58,8 @@ public class SavingsAccount ...@@ -58,8 +58,8 @@ public class SavingsAccount
public static void main(String[] args) public static void main(String[] args)
{ {
SavingsAccount bensAccount = new SavingsAccount(); SavingsAccount bensAccount = new SavingsAccount();
bensAccount.deposit(300); bensAccount.deposit(100);
bensAccount.withdraw(100); bensAccount.withdraw(2000);
bensAccount.accrueInterest(); bensAccount.accrueInterest();
bensAccount.bankFee(); bensAccount.bankFee();
bensAccount.displayAccountDetails(); bensAccount.displayAccountDetails();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment