Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The formula for the the value of an saving v that is compounded annually is computed as follows: v = P ( 1 + r
The formula for the the value of an saving that is compounded annually is computed as follows:
original investment
interest rate
the number of years in saving
Write a program that asks users for their original investment, interest rate, and the number of years in saving.
Then, it displays the value of their savings, that is computed using the formula above.
Note: Use only integer numbers in testing your program. That is do not input floating point numbers to your input function. Don't get confus ed; your savings, can still be a floating point number.
point
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started