BankTest class: (Created with one file including BankTest.cpp)…
Question Answered step-by-step BankTest class: (Created with one file including BankTest.cpp)… BankTest class: (Created with one file including BankTest.cpp) Write a complete program that demonstrates these classes by asking the user to enter the amounts of deposits and withdrawals for a savings account and checking account. The program should display statistics for the month, including beginning balance, total amount of deposits, total amount of withdrawals, service charges, and ending balance. Display the menu for allowing the user to enter different choices repeat until the user quit the program Divide the program into functions that perform each major task The program is similar to the following figures withdraw Before the base class function is called, this function will determine if a withdrawal (a check written) will cause the balance to go below $0. If the balance goes below $0, a service charge of $15 will be taken from the account. (The withdrawal will not be made.) If there isn’t enough in the account to pay the service charge, the balance will become negative and the customer will owe the negative amount to the bank. monthlyProc Before the base class function is called, this function adds the monthly fee of $5 plus $0.10 per withdrawal (check written) to the base class variable that holds the monthly service charges. If the user press 1, -continue until quit the program JUST WANT TO CREATE A FILE, NOT TRYING TO SUBMIT SOMEONE ELSE’S WORK Computer Science Engineering & Technology C++ Programming CSC 252 Share QuestionEmailCopy link Comments (0)


