Account Balance [Note: Please 1) draw or write on paper and 2) turn it in Sep. 6 (in class)
Design a hierarchy chart, a flowchart, and a pseudo code for a program that calculates the current balance in a savings account. The program must ask the user for:
- The starting balance
- The total dollar amount of deposits made
- The total dollar amount of withdrawals made
- The monthly interest rate
Once the program calculates the current balance, it should be displayed on the screen
P.S = I'm using Visual Studio 2015