Question: To let you know, the language I am using is Python. (the following assignment was borrowed heavily from Fundamentals of Python by Kenneth Lambert) In

To let you know, the language I am using is Python.
(the following assignment was borrowed heavily from "Fundamentals of Python" by Kenneth Lambert) In this assignment you will be writing a program to print an investment report. To do this you will need to request from the user an investment amount in dollars (a decimal number), an investment duration (an integer), and a projected interest rate (a percentage expressed as as integer). From this data you will compute an interest dividend report described below. The program should compute a simplified form compounding interest in which the interest earned in each investment period is added to the current fund balance so that the next interest dividend can be calculated. The output of the program is below (note: the table viewer in Canvas is wonky, each line of the table is one space apart... not double spaced)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
