akosiraff

Download: Mortgage Calculator Change Request #7 Java

Jan 28th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/mortgage-calculator-change-request-7-java/
  3. Change Request #7
  4. Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:
  5. - 7 years at 5.35%
  6. - 15 years at 5.5%
  7. - 30 years at 5.75%
  8. Use an array for the mortgage data for the different loans. Read the interest rates to fill the array from a sequential file. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection or quit. Please insert comments in the program to document the program.
  9.  
  10. Download: http://solutionzip.com/downloads/mortgage-calculator-change-request-7-java/
Add Comment
Please, Sign In to add comment