Search:

Type: Posts; User: literallyjer

Search: Search took 0.09 seconds.

  1. Thread: 2d Arrays

    by literallyjer
    Replies
    5
    Views
    3,484

    Re: 2d Arrays

    You program is returning 1 because that is what you told it to do. It is apparent (based on what you've said) that your code is getting to the first return statement before the last one. Since that...
  2. Thread: 2d Arrays

    by literallyjer
    Replies
    5
    Views
    3,484

    Re: 2d Arrays

    With out actually running your code, I would assume it has to do with the "return found" inside the last for loop. (Which also seems to be missing the "for" part of it..)
Results 1 to 2 of 2