Team Project:
Student Names: __________________
Class and Section __________________
Total Points (25 pts) __________________
Due: November 18, 2019 before the class
Project: Calculating Future Investment Value
IT 1130 Introduction to IT
Georgia Southern University
Problem Description:
Write a program that reads in investment amount, annual interest rate, and number of
years, and displays the future investment value using the following formula:
and displays the future investment value using the following formula:
Here is a sample run:
Sample 1:
Enter investment amount: 1000
Enter annual interest rate: 4.25
Sample 2:
Enter investment amount: 1000
Enter annual interest rate: 4.25
Analysis:
(Describe the problem including input and output in your own words.)