Thread: Help

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    4

    Help

    can some one please help me to write a progrom to simulate an ATM machine please i don't know where to start.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Code:
    #include<stdio.h>
    int main(void)
    {
        printf("ATM: Out of order.\n");
    
        return 0;
    }
    You do the rest. No one will do your homework for you. Actually, probably someone will, and then we'll all make fun of them and call them names. But hey, at least it'll be done for you...

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    > Actually, probably someone will, and then we'll all make fun of them and call them names.
    Tell me about it.

    > But hey, at least it'll be done for you...
    Which doesn't help them at all.

    > i don't know where to start.
    1 - Pen
    2 - Paper
    3 - Google

    Provide some code for people to troubleshoot, and make sure it's in code tags.

    > C Board > General Programming Boards > C Programming > Help
    Use more descriptive subject fields.
    The world is waiting. I must leave you now.

Popular pages Recent additions subscribe to a feed