Purchase Solution

JavaScript to create an Amortization calculator.

Not what you're looking for?

Ask Custom Question

Write a function that prints a loan amortization table (principal, interest rate, and number of months) are provided via form elements. The principal amount and interest rate should be entered through a text box. However, the number of months should be entered through a drop down list containing the values 12, 24, 36, 48, and 60. A button to perform the calculation should be created, and the inputs should be grouped in a field set. When the button is pressed, a HTML <div> element should be updated to hold the table.

Please see attachment for full question.

Attachments
Purchase this Solution

Solution Summary

This solution contains an attachment with javascript code to create an amortization calculator. A form is created to enter the Loan Amount, an Interest Rate and number of months for payoff and when the user click on the calculate button, it performs the operation to create an amortization table based on the entered data. The final table contains the Balance, Interest and Principal Amount of each month(as selected by the user).

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.