Calculates the Annual Cost of Interest on a Loan
Interest_Expense.Rd
This function calculates the annual cost of interest on a loan. The amount of the loan and the annual interest rate is provided by the user.
Arguments
- Loan_Amount
Dollar amount of the user's loan.
- Interest_Rate
The annual interest rate on that loan.