Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: Most of my code works when executed except for the Min and Max calculations

    Did you add some new printlns to all the methods as I requested earlier in post#2?

    Did any of them print out a message?

    Add this to all the methods in the code:

    System.out.println("in <name...
  2. Re: Most of my code works when executed except for the Min and Max calculations

    Did you add some new printlns to all the methods as I requested earlier in post#2?

    Did any of them print out a message?

    Add this to all the methods in the code:

    System.out.println("in <name...
  3. Re: Most of my code works when executed except for the Min and Max calculations

    The println statements won't change the values of min and max. They are to tell you if the methods are executed.
    Was anything printed?
    If nothing prints, that would say the method is NOT...
  4. Re: Most of my code works when executed except for the Min and Max calculations

    Did you add the println call in the methods where the min and max variables are given values?
    Was anything printed?
    If nothing prints, that would say the method is NOT executed. If the method is...
  5. Re: Most of my code works when executed except for the Min and Max calculations

    Where does the code set the value of the variables to the max or min values?
    Is the code where that happens executed?
    Add a call to the println method to print a message when the methods are...
Results 1 to 5 of 5