Search:

Type: Posts; User: cyspope

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    5,640

    Re: Leap year program

    daysInMonth = 29
    is for February. If an user inputs a date like 2/29/2010. Then, the program compares the decide whether there is 29th day on February of 2010. Since there is no such date...
  2. Replies
    4
    Views
    5,640

    Leap year program

    I just started learning java language. One of my assignments for this week is writing a leap year program.
    Basically, when a user input a year, month, and day, the program has to find out if the...
Results 1 to 2 of 2