Visual Basic Console Mortgage Calculator

Write a mortgage calculator program in VB.Net for CONSOLE and have it accept user input of the amount, term and interest rate. Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. The list will be longer than the screen, so use loops to display a partial list, hesitate, and then display more of the list. Insert comments to document the program.

Leave a Reply

Your email address will not be published. Required fields are marked *