1
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.)
2
Design:
(Describe the major steps for solving the problem.)
Submit the following items:
1. Print this Word file and Submit to me before the class on the due day
3
2. Compile, Run, and Submit to LiveLab as Exercise02_19 (you must submit the program
regardless whether it complete or incomplete, correct or incorrect)
Code Solution: