Search:

Type: Posts; User: Kewish

Search: Search took 0.34 seconds.

  1. Replies
    7
    Views
    972

    Yes of course cheers Junky

    Yes of course cheers Junky
  2. Replies
    7
    Views
    972

    Re: Help with arrays

    That's cool, you'll probably do more stuff like this and stare at it for ages. Your IDE Eclipse is good at pointing out stuff most of the time. Now you're aware of it, you'll be very vigilant.
    ...
  3. Replies
    7
    Views
    972

    Re: Help with arrays

    No, that's not it. It's a syntax error in your original code. You have incorrectly placed a semicolon after the closing parentheses in your 'for loop'. Remember that a semicolon indicates the end...
  4. Replies
    7
    Views
    972

    Re: Help with arrays

    Your problem lies here.


    for(int i = 0; i < values.length; i++); {

    Look very carefully.

    Might I say, well done on posting correctly the first time too.
Results 1 to 4 of 4