Loan Payment Calculator Project
Loan Payment Calculator Project
Background:
Adam is planning to start a small business and is considering taking out a loan. He is evaluating a
loan of $20,000 with an annual interest rate of 5% for a term of five years. Adam needs a program to
help him calculate various aspects of the loan to better understand the financial commitment.
Task:
1. Prompt Adam for the principal amount of the loan, the interest rate per annum, and the term of
Requirements:
- Input: Your program should be able to accept decimal values for the amount and interest rate, and
- Output: The program should clearly print out the monthly loan payment, the total cost of the loan,
Formula to Use:
Where:
- P = principal (the amount borrowed)
Example Execution:
Deliverables:
- A brief report explaining how the program works and any assumptions made during
implementation.
Evaluation Criteria:
- Functionality: The program must correctly calculate and display the required outputs.
- User Interaction: The program must effectively prompt for and handle user inputs.
- Code Quality: Code should be well-commented, organized, and efficiently implement the task.