My name is Roger
This is my first week ever programming with
java.
This is what I have to create; I have to have an
applet to put on a web page where it will calculate a loan amount or principle, number of payments = payments per year*number of years, interest per period = apr/payments per year = apr/12, monthly payment amount = principal * interest per period /(1-(1+(interest per period)/100)^(number of payments -1)^2)
This is what I have so far but I can not get it to work.
I would really appreciate your help.
Thank You
Roger
[ July 12, 2008: Message edited by: Bear Bibeault ]