Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Leap Year/Calendar Program. toString() method error.

    The code in the toString() method should be changed to return the values you want to see.
    The thing you want to change is the first part of the String that is now an Integer.
    Where is the value you...
  2. Re: Leap Year/Calendar Program. toString() method error.

    Change the toString method to return the day of the week instead of an Integer value.
Results 1 to 2 of 2