Search:

Type: Posts; User: MoniD

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    2,150

    [SOLVED] Re: 2DArry from Textbox input (pls hlp)

    I modified the while statement to a for statement:
    for (index = 0; index > 0; index++)
    {
    tArray[index][0] = input.nextInt(minInt);
    ...
  2. Replies
    6
    Views
    2,150

    [SOLVED] Re: 2DArry from Textbox input (pls hlp)

    Thank you so very much Javapenguin! You are a saint. Happy New Year!
  3. Replies
    6
    Views
    2,150

    [SOLVED] 2DArry from Textbox input (pls hlp)

    This is for a school assignment. I am unable to populate my 2D array with user input from GUI textbox and then have it return values from the array in a text area. There are some calculations that...
Results 1 to 3 of 3