Description: Create a SavingAccount class that you need to complete the following functions: (a) each per annum and SavingAccount should contain a data member account balances (2) provide a constructor initializes an instance of SavingAccount (3) month Interest on the balance sheet once and update account balance information (4) a change rate method
To Search:
File list (Check if you may need any files):
bank\SavingAccount.cpp
....\SavingAccount.h
....\SavingAccount.h.gch
....\savingAccountTest.cpp
bank