Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,316

    Re: Counting Days problem with object

    Move the definition for day outside of any method. Next to where m is defined.
  2. Replies
    3
    Views
    1,316

    Re: Counting Days problem with object

    Is there an error in the print out from the program? Can you explain what is wrong with the output and post what the output should be?

    One problem I see:

    int Day = 0;
    Day++;

    The...
Results 1 to 2 of 2