Write pseudocode algorithms for the programs described as follows:
Account Balance
A program that calculates the current balance in a saving account must ask the user for the following:
• 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.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.