Comp 151 Project 8
A final Project
Due: Thursday Dec 14
Description
In this program you will create a mortgage
calculator project
Have your program:
- use the Zelle graphics library to pop up a window
- Have a title to tell the user that this is a mortgage calculator
- Have an input box to get the interest rate - be sure to label it.
- Have an input box to get the principle - be sure to label it.
- Once the two input boxes are filled and the user clicks on the window,
create a bar graph
- the graph should have a Y-axis that shows the amount you will repay
- The x-axis should be years in 5 year increments from 5-35.
- so you are representing the total loan cost for a variety of loan
periods
- to find the total loan cost have a look at the formula over at Calcunation
If you don't remember, you will find a lot of
helpful hints for the graph in chapter 4 of your book.
Don't forget to comment your program. Also you
should have at least 3 functions in your program. If I import your program
into mine, yours shouldn't run.
Submission:
Submit the lab via blackboard as usual. Don't
forget to make sure your file has you name in the file name.