Commit 942a5f47 authored by sam.pople's avatar sam.pople

final change

parent 65dffbcb
public class SavingsAccount extends BankAccount {
//submission
//final 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