Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: Monday, October 3, 2016 before the class
Project: Comparing Loans
CSCI 1301 Introduction to Programming Principles
Armstrong Atlantic State University
Problem Description:
Write a program that lets the user enter the loan amount and loan period in number of
years and displays the monthly and total payments for each interest rate starting from 5%
to 8%, with an increment of 1/8. Here is a sample run:
<Output>
Analysis:
(Describe the problem including input and output in your own words.)
Design:
(Describe the major steps for solving the problem.)