Question: Create a flowchart for a program that allows a user to enter an amount to be invested, an interest (as a decimal) and the duration(in
Create a flowchart for a program that allows a user to enter an amount to be invested, an interest (as a decimal) and the duration(in years) of the investment. Calculates and outputs the values of the investment at the end of each year as well as year number. The formula is Investment Value at Year n+1 = Investment Value at Year n + Interest Rate * Investment Value at Year n. Include at least one while loop in the program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
