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, 22.06.2019 02:00
Aisha has finished working on a word processing document that contains 15 pages. she has added some special elements in the first three pages, page 9 and 10, and page 15 from the document. she wants to print only these pages to see how they look. which option is the correct way to represent (in the print dialog box) the pages that aisha wants to print?
Answers: 3
question
Computers and Technology, 22.06.2019 18:30
Which of the following commands is more recommended while creating a bot?
Answers: 1
question
Computers and Technology, 22.06.2019 23:30
To check spelling errors in a document, the word application uses the to determine appropriate spelling. internet built-in dictionary user-defined words other text in the document
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
Which of these is a benefit of using objects in a powerpoint presentation? a. collaborators can create the external files while you create and edit the slide show. b. you can easily change the theme and design of the presentation. c. you can have older data in the source file while having up-to-date data in the presentation. d. collaborators can easily share the presentation.
Answers: 2
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
Chemistry, 22.11.2020 22:30
question
Mathematics, 22.11.2020 22:40
question
Geography, 22.11.2020 22:40
question
Social Studies, 22.11.2020 22:40
question
Computers and Technology, 22.11.2020 22:40
Questions on the website: 13722367