Error 1: longTerm is array.. Math.pow don’t take array as parameter monthlyPay = loanAmt * intRate[i]/(1- Math.pow(1+ intRate[i],-loanTerm[i]));
Error 2 gap between > and = if (i >= 0)
Error 3 There are not operator like —– monthNum–;
Error 4 catch statement show define block.. cannot end with semicolon catch (InterruptedException e) { }
Name (required)
Mail (will not be published) (required)
Website
Notify me of followup comments via e-mail
Error 1: longTerm is array.. Math.pow don’t take array as parameter
monthlyPay = loanAmt * intRate[i]/(1- Math.pow(1+ intRate[i],-loanTerm[i]));
Error 2 gap between > and =
if (i >= 0)
Error 3 There are not operator like —–
monthNum–;
Error 4 catch statement show define block.. cannot end with semicolon
catch (InterruptedException e) { }