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 06:00
Write a function that draws a pool ball. this function should take as parameters, the color, the number that should go on the pool ball, and the location of the center of the pool ball. the radius of the pool balls should be pool_ball_radius, and the font of the number should be pool_ball_font. the text of the pool ball font should be white. drawpoolball(color.orange, 5, 100, 100); drawpoolball(color.green, 6, 50, 200); drawpoolball(color.red, 3, 150, 350); drawpoolball(color.blue, 2, 250, 140); to center the numbers on the pool ball, you should use the getwidth() and getheight() methods. you are allowed to call these methods on your text object, such as txt.
Answers: 3
question
Computers and Technology, 23.06.2019 23:30
Worth 50 points answer them bc i am not sure if i am wrong
Answers: 1
question
Computers and Technology, 24.06.2019 04:30
How do you share someone elseโ€™s tweet with your own twitter followers?
Answers: 1
question
Computers and Technology, 24.06.2019 10:40
Joe needs to see the slide transitions and animations he has applied to his slides in a large view. which presentation view should he use? in which tab would joe find the animations option to make further changes, if any?
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
Arts, 13.02.2021 01:00
question
Mathematics, 13.02.2021 01:00
question
Mathematics, 13.02.2021 01:00
question
Mathematics, 13.02.2021 01:00
question
Mathematics, 13.02.2021 01:00
question
Mathematics, 13.02.2021 01:00
Questions on the website: 13722363