Question: Any body please help me out . Write a C++ program to simulate typical bank account processes by incorporating the following requirements: 1. Declare a
Any body please help me out .

Write a C++ program to simulate typical bank account processes by incorporating the following requirements: 1. Declare a variable to store an initial deposit amount. 2. Declare a variable to store a transaction amount. 3. Declare a variable to store a balance amount. 4. Assign the amount 10000.00 to the initial deposit amount variable. 5. Assign -750.25 to the transaction amount variable. 6. Add the transaction amount variable to the initial deposit amount variable and assign the result to the balance amount variable 7. Output to the screen the contents of the balance amount variable using the following format where the x's are balance amount: Your account balance is: xxxxx.xx 8. At the beginning of your program use a multiline comment and provide your name, 9. For each variable declaration, provide a very brief description of the variable purpose 10. Compile and run your program to ensure there are no errors and it meets the date, and a brief description of the program. using a single line comment. requirements of this project
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
