Question
Asked by:
devweez
devweez
Rating : No Rating
Questions Asked: 23
Tutorials Posted: 0
 

$10.00 VB.NET Morgage Cal Assistance

Q:
I have been asked for the following. 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. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file. Insert comments to document the program.
 


   
   
   
   
 
Available Tutorials to this Question
Posted by:
 

$10.00 Morgage Cal Assistance

  • This tutorial hasn't been purchased yet.
  • Posted on Apr 08, 2009 at 05:32:48PM
A:
Preview: ... lease enter a valid loan amount.")<br> txtLoanAmount.Clear()<br> txtLoanAmount.Focus()<br> Exit Sub<br> End If<br><br> 'set loan variables<br> LoanAmount = txtLoanAmount.Text<br><br> 'set proper rate and years depending on option selected by user<br> Select Case True<br> Case optLoanOption1.Checked<br> LoanOptionSelection = 0<br><br> Case optLoanOption2.Checked<br> LoanOptionSelection = 1<br><br> Case optLoanOption3.Checked<br> LoanOptionS ...

The full tutorial is about 1054 words long plus attachments.

Attachments:
Morgage Cal Assistance.zip (66K)
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty