Home > Programming, Visual Basic > Vb.net Mortgage Calculator

Vb.net Mortgage Calculator

February 6th, 2010

Include all requirements from the previous week (I have included what I did last week as a project file zipped.)
Write a separate Class for Interest, Payment, Loan Term
OR
Write a Baseclass that contains procedures that can be reused in the program
Write out the amortization schedule (for a loan of 200,000.00 at 5.75% APR borrowed over 30 years) to a TEXT FILE with the following data :
o Payment#,
o Amount paid toward Principal
o Amount paid toward Interest
o Remaining Balance


Vb.net Mortgage Calculator

Comments are closed.
Bear