Search:

Type: Posts; User: jerel2k3

Search: Search took 0.00 seconds.

  1. attempt 1 but not working

    loanamount = loanmopayment * (1 - pow((1 + loanrate), -loanterm)) / loanrate;
  2. I'll be honest ...

    this is for my final project for C++ programming. Appreciate the help anyways.
  3. How to write/ syntax Mortgage C++ formula code needed from website

    I am trying to write this formula in C++ syntax. Please see this mortgage calculator page where the formula resides. Thank you.
    http://www.netjeff.com/MortgageCalculator/PNI.html
Results 1 to 3 of 3