Commit e30b71c1 authored by elliot.copeland's avatar elliot.copeland

Exercise Complete

parent 04404339
......@@ -19,7 +19,8 @@ public class App {
test.addOverdraft(500);
test.withdrawal(800);
test.display();
System.out.println(" ");
System.out.println("~~~~~~~~~~~~~~~~~~Testing savings account~~~~~~~~~~~~~~~~~~~~~~");
BankAccount test2 = new SavingAccount(900, "Bob", 100);
test2.display();
......@@ -36,6 +37,7 @@ public class App {
test2.bankFees();
test2.display();
System.out.println(" ");
test2.addOverdraft(500);
test2.display();
}
......
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