subject

Assume that your bank account has an initial deposit of $12,000 (or any amount entered by the user). Every month you withdraw an amount (randomly generated) between $480 and $620 to meet your monthly expenses. After the money is withdrawn, an interest is computed at the 6 percent/year rate. This interest is compounded by month. TODO 1. Write an algorithm (specific steps to solve the given problem) in English text to find how many months it takes for the account balance to become $0. Please note that this should be different from an essay. It should be written in your Readme. md file in the Markdown format.
2. Write a C++ program to implement the algorithm. The number may be rounded to the nearest integer. The output should look like this.
# of Month Month/Year Initial Balance Withdrawal Interest New Balance
1 January 2021: $10,000 $530 $50 $9,520
2 February 2021: $9,520 $496 $48 $9,072
3 March 2021: $9,072 $607 $42 $8,507
3. Your program should be flexible enough to ask the user to enter the initial balance and the annual interest rate at the run time. Before you write your algorithm and start writing your code, you may create a table with money that is getting compounded and the money that is withdrawn and calculate by hand the what happens in the first several months. Then use the pattern to help you figure out the algorithm and code.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 08:00
The managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an .
Answers: 3
question
Computers and Technology, 23.06.2019 16:30
Monica and her team have implemented is successfully in an organization. what factor leads to successful is implementation? good between different departments in an organization leads to successful is implementation.
Answers: 1
question
Computers and Technology, 23.06.2019 17:00
In which of the following ways can using test-taking tips you? a. you can focus on the information that you need to study. b. you will see the answers to the test. c. you will study more. d. you will be less organized.
Answers: 1
question
Computers and Technology, 24.06.2019 03:00
With editing, word automatically displays a paste options button near the pasted or moved text. a. cut-and-paste b. drag-and-drop c. inline d. copy-and-carry
Answers: 1
You know the right answer?
Assume that your bank account has an initial deposit of $12,000 (or any amount entered by the user)....
Questions
question
Mathematics, 30.03.2020 20:51
Questions on the website: 13722363