Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Loop Help

    by Norm
    Replies
    7
    Views
    1,255

    Re: Loop Help

    Where does the code currently use elements from the arrays? Can that code be put in a loop that iterates through all the elements in the arrays instead of just using the one hardcoded [0]th element?
  2. Thread: Loop Help

    by Norm
    Replies
    7
    Views
    1,255

    Re: Loop Help

    Are you sure that you don't need to calculate the values for all three years for each of the interest rates? That would make for 9 different calculations.
    You think you only need to do it for 3. ...
  3. Thread: Loop Help

    by Norm
    Replies
    7
    Views
    1,255

    Re: Loop Help

    Can you explain what you want to do?
    For any loan I would assume that there is one interest rate and one term of years.

    Pick an interest rate and then compute the values for all the terms of...
  4. Thread: Loop Help

    by Norm
    Replies
    7
    Views
    1,255

    Re: Loop Help

    You need to properly format your code to make it easier to read and understand.
    Statements within for statements should be indented and enclosed in {}s

    Can you explain what your problem with...
Results 1 to 4 of 4