Search:

Type: Posts; User: rushd

Search: Search took 0.08 seconds.

  1. Thread: Loop Help

    by rushd
    Replies
    7
    Views
    1,285

    Re: Loop Help

    I am sure I only need three calculations. I am running short on turning this in. How would I get it to loop the entire program to run through each of the array index's?
  2. Thread: Loop Help

    by rushd
    Replies
    7
    Views
    1,285

    Re: Loop Help

    I do not need to calculate a given interest rate for all terms. I need to do index 0 of each var, index 1 and then index 2.

    Once the program runs against annualInterest[0] & years[0], I need it...
  3. Thread: Loop Help

    by rushd
    Replies
    7
    Views
    1,285

    Re: Loop Help

    Norm,

    I have arrays built for the interest rate and term of a loan (annualInterest & years). What I believe I need to do but not sure how is to loop calculatePayment, print, and showAmortization...
  4. Thread: Loop Help

    by rushd
    Replies
    7
    Views
    1,285

    Loop Help

    I am working on a project for school and I am not sure the proper way to loop the program. I have to do separate interest rates and and term years. I have built those two vars into arrays but can't...
Results 1 to 4 of 4