I have been correcting the arrays, and still need help with how I am putting this together. I have called out the interest rates, years, and need to printout all three mortgage payments for only one month. Any suggestions? import java.text.DecimalFormat; // public class MortgagePayment { public void calc(double interest, double principle, int monthlypayments) { [...]
Category Archives: mortgage calc
How accurate are online mortgage calculators?
Posted by admin on June 21, 2010
2 comments
How accurate are those online mortgage calculators like this one: http://www.mortgage-calc.com/mortgage/simple_results.html? I know this one is pretty basic, but can i expect to pay pretty close to what the calculator spits out? You will pay exactly what the mortgage calculator pops out. However there are a couple things to look out for. Many mortgage calculators [...]