Answered You can hire a professional tutor to get the answer.

QUESTION

Write pseudocode for a program that calculates and displays a customer's bank balance at the end of a month. The customer's bank balance at the end...

 Write pseudocode for a program that calculates and displays a customer's bank balance at the end of a month.  The customer's bank balance at the end of the month is:   the beginning bank balance + the total amount of monthly deposits made -  the total amount of monthly withdrawals made + interest earned.  The information the program will need to get from the user is:  the beginning bank balance, the amount of monthly deposits, the amount of monthly withdrawals, and the monthly interest rate.  The program will need to calculate interest, do so using this formula:  interest = interest rate * (ending balance before taking interest into account).  In other words, the program should calculate the interest earned based on the ending bank balance before adding interest to it.  The program should display the ending bank balance on the screen.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question