Purchase Solution

VB.Net Mortgage Calculator

Not what you're looking for?

Ask Custom Question

Write the program in VB.Net (not Web based) with a graphical user interface. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

or

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Terms and rates are stored in an array. Insert comments to document the program.

Purchase this Solution

Solution Summary

A VB.NET Mortgage Calculator with graphical interface. User can choose whether predefined mortgage rates are used or to enter his own terms. Monthly payment is calculated and a schedule of payments over the loan term is displayed.

Solution Preview

Please find attached zipped VB.NET project for mortgage ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

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.