Search:

Type: Posts; User: aappee

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    3,095

    Re: Need explanation of the code

    thanks for reply

    have doubts as to why we need to do the code as to:

    if year modules 400 is 0
    then is_leap_year
    else if year modules 100 is 0
    then not_leap_year
    else if year...
  2. Replies
    3
    Views
    3,095

    Need explanation of the code

    Hello ! I need help as to what the code below does for each of its statement, when dd/mm/yyyy format is enter, it should give 20 Dec 2010 is a Monday:



    public static String dayOfWeek(int dd,...
Results 1 to 2 of 2