Purchase Solution

JavaScript - Mortgage Calculator

Not what you're looking for?

Ask Custom Question

I created the program as best I could using what I have learned so far, but it won't run. I also am confused as to how to create a flow chart in some other program to accompany it. Here are my problems:

1) The program needs to prompt for the loan amount, the interest rate, and the loan terms.

2) The program then has to take that information and calculate the monthly payment and then output the results to the monitor.

3) I have to label the output of each operation so that another person can look at it and see what was done.

4) I have to create a flowchart in PowerPoint, word, or any other program and submit it with the JavaScript.

5) I'm not sure if this means the program has to link like it did with Loops and this other Math Operations one I did before. I'm not even sure how to make the flowchart.

Attachments
Purchase this Solution

Solution Summary

The working example is Javascript-controlled form content and uses Javascript prompt boxes.

Solution Preview

Your program started with Javascript document object model syntax indicated a Form, but you had no form. The attached example adds a form, and uses Javascript prompt boxes. To get these boxes to work on your computer, you may have to ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C++ Operators

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

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.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.