a bak has hired you to write a C++ program to calculate a customer\'s service fe
ID: 3657252 • Letter: A
Question
a bak has hired you to write a C++ program to calculate a customer's service fees for his/her checking account. it should input customer name, starting balance of the account, which package the customer has purchased, and how many checks were written. create a bill that includes the input information, the checking account fee, and new account balance after the checking account fee is subtracted from the starting balance of the account. display a message: " balance too low" when the new balance is less than $200. input validation if user inputs anything but A, B, or C. display error and end program. calculation package A: for 9.95 per month, 10 checks are allowed. additional checks are .20 per check package B: for 14.95 per month, 20 checks are allowed. additional checks are .10 per check package C: for 19.95 per month, unlimited checks are allowed. additional checks are we have to use this using else if statements and functions i dont know how im going to solve this. if anyone could actually do it and explain it to me thanks and i will give 5 stars.Explanation / Answer
Banking Management System. #include #include #include class bank { private: int ac_no,account; float balance; char name[20]; public: void open(void); void deposite(int); void withdraw(int); void search(int); void display(void); }; void bank::open(void) { coutname; coutaccount; coutbalance; } void bank::deposite(int j) { int bnc; if(account==j) { coutbnc; balance=balance+bnc; coutRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.