Write pseudocode for a program that calculates and displays


Problem

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 deposit 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.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write pseudocode for a program that calculates and displays
Reference No:- TGS02897351

Expected delivery within 24 Hours