Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: I need help in finding the max and min value of total of 2d array if possible ple

    One trick that is useful in finding the max and the min of a value is to initialize the starting value for the max to a number smaller than the smallest data value and the starting value for the min...
  2. Re: I need help in finding the max and min value of total of 2d array if possible ple

    You should try debugging your code by adding println statement to show the values of variables as they change and to show logic flow.

    Can you show what the output should look like? I don't...
Results 1 to 2 of 2