Question: A c++ program. Use a loop to process the 4 user options and void functions to process deposits/withdrawals Write a program to keep track of

A c++ program. Use a loop to process the 4 user optionsA c++ program. Use a loop to process the 4 user options and void functions to process deposits/withdrawals

Write a program to keep track of a checking account bank balance Display a welcome message including the name of your bank Display an exit message when the user selects exit the program Provide the user with 4 options: Balance inquiry, make a deposit, make a withdrawal, exit the program Use a loop. In the loop ask the user to enter the transaction type: inquiry, deposit, withdrawal until the user would like to exit the program Use an if/else if or switch control structure to handle actions to be performed after user select inquiry, deposit, or withdrawal Display the bank balance when the user selects with Balance Inquiry option Write the definition of a void function that takes as input the bank balance, asks the user for the amount of a deposit, updates and displays the bank balance Write the definition of a void function that takes as input the bank balance, asks the user for the amount of a withdrawal, updates and displays the bank balance a) b) c) d) e) f) g) h) i) Use reference variables as parameters for bank balance when calling the void functions j) use sample data: initial balance $50, deposit $100, withdrawal $25 k) program runs without errors

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!