Question: Create a Python Program to calculate the Future Value which is based on an initial amount of Principal (Present Value), invested for a number of

Create a Python Program to calculate the Future Value which is based on an initial amount of Principal (Present Value), invested for a number of years y, at a fixed quoted annual interest rate r, and paying a compound monthly interest for those years. Use this formula: FutureValue = PresentValue(1 +r/12)12*y Then, the program should ask the user to input the following: Present Value. For example, 1000 or 23015.95 The annual interest rate, r. For example, 0.12 (12%) or 0.075 (7.5%) The number of years, y. For example, 20 or 30
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
