THE CODE FOR: Loan Shark
The code is structured in three functions
getValues
Gets values from the user. variables amount, term and rate is assigned to loanData object.
calculateLoanTotal
The logic layer of the application which calculates every value necessary for ammortization.
displayLoanData
This displays the ammortization schedule that is displayed on the table.