Commit 9b8c8cb0 authored by sam.pople's avatar sam.pople

submission

parent b10cbc9e
public class SavingsAccount extends BankAccount {
//submission
public SavingsAccount(int accountNumber, String name, int balance) {
super(accountNumber, name, balance);
this.Feesvalue(1.00);
......
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