Search:

Type: Posts; User: newbie

Search: Search took 0.20 seconds.

  1. Replies
    10
    Views
    1,332

    Re: What am I doing worng?

    Stop trying to insert an Integer value into String Array
    Only repeat the loop for the length of the Array and not more.
    Print one element at a time from the Array.
  2. Replies
    10
    Views
    1,332

    Re: What am I doing worng?

    But X is already being incremented each pass of the for loop.
    The first time you enter the loop, ss[x] is going to reference the first index, and the second pass, ss[x] is going to reference the...
Results 1 to 2 of 2