Category Archives: mortgage calc

Please help to correct my java code?

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) { [...]

How accurate are online mortgage calculators?

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 [...]