Question: C++ code Part A 1. You will write a program to calculate a student's savings at the end of a month as described. It should
C++ code
Part A 1. You will write a program to calculate a student's savings at the end of a month as described. It should ask the user for the student's balance available in an account at the beginning of the month and the amount spent by the student during the month. The student will not overspend in an attempt to save money. Once these two items have been entered, the program should calculate and display the student's savings. The output should be well formatted. Your program should have a program identification header and appropriate comments at key places in the program. First, write an algorithm. Note: the algorithm is actually given (see Savings Algorithm file). Also, refer to the hierarchy chart given below. Write the CH code. Create a New Project in Visual Studio and name it Savings and save it in your chosen location. Follow the same steps as for Labl. Write the source code. Hierarchy Chart Student's Savings Get Input Calculate Student's Savings Display Student's Savings Read Account Balance Read Amount Spent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
