Skip to contents

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.

Usage

Interest_Expense(Loan_Amount, Interest_Rate)

Arguments

Loan_Amount

Dollar amount of the user's loan.

Interest_Rate

The annual interest rate on that loan.

Value

The output returns the estimated dollar amount spent on interest for a loan.

Details

This function calculates the dollar amount spent on interest for a loan by multiplying the loan by the annual interest rate (provided by the user).

Author

Aaron Null