Answered step by step
Verified Expert Solution
Link Copied!

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 v that is compounded annually is computed as follows:
v=P(1+r100)n
P= original investment
r= interest rate (%)
n= 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, v, 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, v, can still be a floating point number.
(1 point).
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Practical Issues In Database Management A Refernce For The Thinking Practitioner

Authors: Fabian Pascal

1st Edition

0201485559, 978-0201485554

More Books

Students also viewed these Databases questions