Search:

Type: Posts; User: Dioxazine

Search: Search took 0.32 seconds.

  1. Re: Searching an array for a certain value reporting back index position

    I experimented and discovered I only need to use the loop control variable in this case j to output the index position.
  2. Searching an array for a certain value reporting back index position

    I have not experimented with binary searches and things like that so my code is using a simpler way. The value I'm searching for is 9 which is found at index position 4 but my program is reporting...
Results 1 to 2 of 2