Search:

Type: Posts; User: newbie

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    1,411

    Re: Why is my output not right?

    Leiferson, although the OP had solved the issue, spoon-feeding is something that doesn't benefit the community, due to how it strips the recipient of the learning process.
    Suggested Reading:...
  2. Replies
    6
    Views
    1,411

    Re: Why is my output not right?

    System.out.println(month + year + " has " + days + " days");

    month + year is performing an arithmetic operation.
    Just print the year out instead of month, as you're already printing the month in...
Results 1 to 2 of 2