Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: Your input with written code (Sorting and searching within array)

    Can you explain the logic for your code?
    For example:
    Why the counter?
    When in the search do you know that the condition you are looking for is true?
  2. Re: Your input with written code (Sorting and searching within array)

    Another comment on coding standards.
    Do NOT hide } on the same line with a statement.
    The ending } should be on a line by itself and in the same column as the statement line with the beginning {....
Results 1 to 2 of 2