I am having an extremely difficult time coming up with the code and design for a Mortgage Calculator that will provide an Amortization Table. The table must include this information:
1. Loan Balance 2. Principal Balance 3. Interest Balance 4. Total Principal Paid 5. Total Interest Paid
I am new to Java so if anyone can give me some coding suggestions or advice/help I would greatly appreciate it.
Thanks!
Elouise Kivineva
Ranch Hand
Joined: Feb 07, 2002
Posts: 154
posted
0
Write out the formulas to calculate everything you need to calculate.
Decide what your variables are and give them good names.
Decide what Java primitive types your varibles should be.
Try writing some code (no graphical interface yet) and if you run into trouble and need help then show us what you have (use CODE /CODE flags)and tell us what problems you've been having.
Good luck! [ October 30, 2004: Message edited by: Elouise Kivineva ]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.