Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

c++ using loops How Much Money will I Have? How much money will I have if I initially put in $10,000.00 over some time period.

c++ using loops image text in transcribed
How Much Money will I Have? How much money will I have if I initially put in $10,000.00 over some time period. You are to write a program that will compute the savings amount for a range of time periods. The formula for future value is: F-Px(1+i)' Where F is the future value after a specified time period P is the present value i is the monthly interest rate t is the number of months Write a program to compute the Future Values for each year, for the next 40 years. Print out the year and the Future Value in table format. Also print out in the same table and addition column. What if I deposit an additional $100.00 per month into my account, also show these Values for the next 40 years. Input to this program (to be read in) will be: Present value of $10,000.00, yearly interest rate of 8% and 40 years. Example output: (Print results to a file) 12 hores ke Wa Year Future Value Interest Earned Future Value add $100.00/mo. $10,000 $11,557 $1,567.00 XXXX.XX $12,700.00 XXXX.XXX of At the end every year Due in a weeks

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions