In you developed a BankAccount structure for Parkville Bank. The structure contains 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.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.