Search:

Type: Posts; User: curmudgeon

Search: Search took 0.08 seconds.

  1. Replies
    38
    Views
    2,677

    Re: Monthly mortgage payment calculator

    Please edit your post above and fix your code tags. Your code is difficult to read. If it doesn't work, then please show what you've done to try to debug it (as per Norm's recommendations above), and...
  2. Replies
    38
    Views
    2,677

    Re: Monthly mortgage payment calculator

    The Math API will tell you how to use the method, but as in calling *any* method, you will need to use parentheses. You will need to separate your parameters by commas if you have multiple...
  3. Replies
    38
    Views
    2,677

    Re: Monthly mortgage payment calculator

    Anywhere you see the little ^ in your math formula this can mean x to the power of y, while in Java it means something completely different (and not very useful for your purposes). I'd start there....
  4. Replies
    38
    Views
    2,677

    Re: Monthly mortgage payment calculator

    It's much easier to help you if we can easily read your code. Please surround your code with code tags:




    //..... your code goes here



    Also, regarding your formula, have you had a chance...
Results 1 to 4 of 4