plzz help me!!!!!

guys. . .can u help me about this program???"write a program that accept dates written in numerical form and then the output them as complete form."

plz

Comments

  • : guys. . .can u help me about this program???"write a program that accept dates written in numerical form and then the output them as complete form."
    :
    : plz
    :
    [blue]
    What part are you having trouble with?

    btw, You can try switch or if() to test conditions:[/blue][code]
    int iMonth=2;
    std::string strDate;

    switch (iMonth) {

    case 1: strDate+="Janurary"; break;
    case 2: strDate+="Feburary";break;

    //etc..
    }[/code][blue]
    This should give you an idea on how to complete the assignment.

    If you need help, please ask a more direct question, and tell us the
    language (C/C++) and compilier you are using.

    Good luck;[/blue]
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion