Question
In Chapter 1 you developed a BankAccount structure for Parkville Bank. The structure con- tains two public fields for the integer account number and double
In Chapter 1 you developed a BankAccount structure for Parkville Bank. The structure con- tains two public fields for the integer account number and double account balance. Using the same structure, write a main()function in which you create two BankAccount objects. Add statements to the main()function to do the following:
Prompt the user for account numbers and beginning balances for the two BankAccounts. When testing your program, use four-digit account numbers, but the program does not have to enforce this rule.
Complete each account number by adding a check digit that is the remainder when the account number is divided by 5.
Prompt the user for a dollar amount to be transferred from the first account to the second account.
Display the full account numbers (including check digits) and starting balances for the two accounts, then display the ending balances after the transfer amount has been deducted from the first account and added to the second.
Any coding assignments will have to be submitted in .cpp format and a Word document with the code copy/pasted and screenshots of the output.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started