Skip to content

mister-josuecedeno/mortgage-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge - Mortgage Calculator

Live Demo | Portfolio

mortgage-calculator


Objective

Write a mortgage loan calculator application that takes in three parameters:

  1. The amount of money loaned in dollars (balance)
  2. The time over which the loan will be repaid, in months (term)
  3. The percentage rate at which interest will accrue on the loan (rate)

Instructions

The output should include the following:

  1. The month (1 corresponding to the 1st month of payment, through the total number of months)
  2. The payment amount
  3. The principal paid this month
  4. The interest paid this month
  5. The total interest paid to date
  6. The remaining loan balance at the end of the month

Releases

No releases published

Packages

No packages published