Prg 421 Mortgage Calc. Gui

1. Individual Assignment: SR-mf-003, Change Request 4

• Complete SR-mf-003 Change Request 4.
• Insert meaningful comments in the program to document the program.
• Attach a flow chart to the source code of the program.
• Compile and run the program using the command line.
• Post in your private forum the source code and the screenshot of the command line showing how you compile and run the program.

2. Individual Assignment: SR-mf-003, Change Request 5

• Complete SR-mf-003 Change Request 5.
• Insert a Java package statement that corresponds to the directory structure that you just created.
• Insert meaningful comments in the program to document the program.
• Attach a flow chart to the source code of the program.
• Compile and run the program using the command line.
• Post in your private forum the source code and the screenshot of the command line showing how you compile and run the program.

3. Individual Assignment: SR-mf-003, Change Request 6

• Complete SR-mf-003 Change Request 6.
• Insert a Java package statement that corresponds to the directory structure that you just created.
• Insert meaningful comments in the program to document the program.
• Attach a flow chart to the source code of the program.
• Compile and run the program using the command line.
• Post in your private forum the source code and the screenshot of the command line showing how you compile and run the program.

4. Individual Assignment: SR-mf-003, Change Request 7

• Complete SR-mf-003 Change Request 7.
• Insert a Java package statement that corresponds to the directory structure that you just created.
• Insert meaningful comments in the program to document the program.
• Attach a flow chart to the source code of the program.
• Compile and run the program using the command line.
• Post in your private forum the source code and the screenshot of the command line showing how you compile and run the program.
Service Request SR-mf-003
Mortgage Payment Calculator

Organization: McBride Financial Services
Locations:
Requester: Hugh McBride

Description of Request:
Need a program that will calculate mortgage payments.

Background of Request:
Agents in the field offices will need to be able to calculate mortgage payment amounts. In the future, we may want to put a mortgage calculator on our Web site.

Expected Results/Impact when completed:
A program written in Java (without a graphical user interface) that will calculate and display the monthly payment amount to fully amortize a $200,000.00 loan over a 30 year term at 5.75‰ interest.

Change Requests

Change Request #4
Requestor: Ninfa Pendleton – Rapid City, SD
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, the term of the mortgage, and the interest rate of the mortgage. Allow the user to loop back and enter new data or quit. Please insert comments in the program to document the program.

Change Request #5
Requestor: Ninfa Pendleton – Rapid City, SD
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:

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

Use an array for the mortgage data for the different loans. Display the mortgage payment amount followed by 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. Please insert comments in the program to document the program.

Change Request #6
Requestor: Ninfa Pendleton – Rapid City, SD
Write the program in Java (with a graphical user interface) so that it will allow the user to select which way they want to calculate a mortgage: by input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage payment or by input of the amount of a mortgage and then select from a menu of mortgage loans:

– 7 year at 5.35%
– 15 year at 5.5 %
– 30 year at 5.75%

In either case, display the mortgage payment amount and 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. Insert comments in the program to document the program.

Change Request #7
Requestor: Ninfa Pendleton – Rapid City, SD
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:

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

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.

Leave a Reply

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