Thread: question

  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    1

    question

    Hello can any one help out with this question?

    Design and write a program to calculate tomorrow's date where today's date is given. Your coding is required to be verified using the following formats of today's date,

    a) a date in the middle of the month

    b) the last date of any month with 30 days

    c) the last date of any month with 31 days

    d) the last date of a year

    e)the last date of the month of february in the case of a leap year.

    a function should be written in each of the above case

    The whole process will comprise of three stage i.e.., design, implementation and documentation

    stage 1: Design

    You are required to develop a flowchart using the standard signs and symbol to design the program.

    stage 2:.. implementation and test

    You are required to implement the program using C/C++ language using various programming techniques including array, function and structure; test the program with appropriate inputs as outlined above and print the result.

    stage 3: Documentation

    You need to give a brief decription of the programme highlighting the major/critical aspects.

  2. #2

  3. #3
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Sure, but if you look at our Homework Policy, you'll find that we are not supposed to WRITE YOUR HOMEWORK FOR YOU.

    You do the work. If you ask specific questions (rather than posting the entire assignment) and we do our best to answer them.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM