Search:

Type: Posts; User: totmore

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,240

    Re: I need assistance with a rectangular array?

    ok so I got got the counter to countrol the array so i dont print nulls using for(int i = 0; i <= counter; i++) so now how do I structure the out put so its in a table and not a list like this:...
  2. Replies
    10
    Views
    1,240

    Re: I need assistance with a rectangular array?

    I have update the code.
  3. Replies
    10
    Views
    1,240

    Re: I need assistance with a rectangular array?

    this is how my table should look like:
    ex:
    Inv/Mo. Rate Years Future Value
    $100.00 8.0% 10 $18.416.57
    $125.00 8.0% 10 $23,020.71

    this is the Output I get:

    Welcome to the Future Value...
  4. Replies
    10
    Views
    1,240

    Re: I need assistance with a rectangular array?

    Yea prints it out for me, but I don't think thats causing the issue I think the issue is caused by my code:


    FutureValueArray[counter][0] = Double.toString(monthlyInvestment);
    ...
  5. Replies
    10
    Views
    1,240

    Re: I need assistance with a rectangular array?

    it outputs the following like 10 times

    null
    null
    null
    null

    null
    null
    null
  6. Replies
    10
    Views
    1,240

    I need assistance with a rectangular array?

    I don't understand how to add code that stores the formatted values as strings in the next row of the array and use the toStrings method of the integer class to store the years value? so far i've...
Results 1 to 6 of 6