Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Need help finding and printing min and max in a 2D array

    The posted code does not compile.
    When it compiles it will need a main() method to be able to execute it.
  2. Re: Need help finding and printing min and max in a 2D array

    Can you explain what the posted code does? I don't see where it is looking at any of the elements in any array.

    Do you know how an assignment statement works?
    x = y;
    The above takes the value...
Results 1 to 2 of 2