Search:

Type: Posts; User: curmudgeon

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,639

    Re: Problem finding MIN value of 2D arry.

    Please do show this attempt. Let me see how you do it. Also, only print out max and min after both nested loops are complete.
  2. Replies
    3
    Views
    1,639

    Re: Problem finding MIN value of 2D arry.

    You're declaring your min and max variables inside the outermost of your nested for loops, and so the are re-declared with each iteration of that loop -- not good. Instead why not declare both of...
Results 1 to 2 of 2