Description
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