Question: Python 6. Suppose a program is to calculate the final (maturity) value of an investment. You will be given the amount invested, the rate of
Python

6. Suppose a program is to calculate the final (maturity) value of an investment. You will be given the amount invested, the rate of interest, and the length of time that the money is invested. FV = PV (1+1)* First think about: a. What data must be input to this program? b. What would be reasonable names for each of the input variables? c. What would be needed for Write and Input statements that prompt for and input the data for this problem? d. Create the step-by-step instructions of what needs to be done (pseudocode) e. Code your program in Python as a script f. Test your code for 3 examples. PG
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
