Question: Please do this in C++ Question 1. Write a program that simulates banking transactions using the following requirements. The program should ask the user for

Please do this in C++
Question 1. Write a program that simulates banking transactions using the following requirements. The program should ask the user for their name. It should then ask for the following information (all units are dollars): Starting account balance Amount of deposit Amount of withdrawal The program should then display the following information: Name on the account Account number ( you can generate this any way you see fit -- a number you pick, or a random number, for example) Final account balance (Suggested improvements: Allow the name to contain whitespace, and print all money amounts with two decimal places. Th
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
