Question: Create a SAVINGS ACCOUNT TRANSACTION PROGRAM in C++. Include your Analysis and Design along with the source code. The program should allow the user

Create a SAVINGS ACCOUNT TRANSACTION PROGRAM in C++. Include your Analysis and Design along with the source code. The program should allow the user to enter account number and initial account balance. It should then allow user to withdraw/deposit as needed. At end of transactions it should display the final account balance in the account. Use loops and functions as needed. Here is a sample output Enter the account number: 123 Enter the initial balance: 100 SAVINGS ACCOUNT TRANSACTION (W)ithdrawal (D)eposit (Z) to end account transaction Enter first letter of transaction type (W, D or Z): D Amount: $200 Balance for this account is now: $300.00
Step by Step Solution
There are 3 Steps involved in it
To create a Savings Account Transaction Program in C follow these steps Analysis and Design Input Ac... View full answer
Get step-by-step solutions from verified subject matter experts
