how to do this

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moon14
    New Member
    • Feb 2008
    • 1

    how to do this

    Write a program that requires a user to provide a birthday date as an input. Based
    on the date:
    • Calculate the number of years, months and days of the date entered
    corresponding to current date.
    • Calculate the number of years, months and days from the current date to
    the next birthday.
    • Display all findings. If the number of days from the current date to the
    next birthday is less than a week, display a reminder.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You have posted your question in the Articles section rather than the Forum section.

    I have moved it across for you.

    MODERATOR.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

      Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

      Then when you are ready post a new question in this thread.

      MODERATOR

      Comment

      Working...