Search:

Type: Posts; User: waldo

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    2,596

    I don't have the time to do that......I really...

    I don't have the time to do that......I really need help though....I amlike exhausted
  2. Replies
    13
    Views
    2,596

    This is what I've done so far, but still not...

    This is what I've done so far, but still not working like the question asks..

    #include<stdio.h>

    typedef struct {
    char make[10], model[10];
    int odometer;
    } car_t;
    typedef...
  3. Replies
    13
    Views
    2,596

    Don't know what to do

    Declare a structure of type "Car" to represent a motor car including the elements:
    (a) make (string)
    (b) model (string)
    (c) odometer (int)
    (d) manufactureDate (Date - see below)
    (e)...
  4. Replies
    4
    Views
    1,662

    I still have no idea and it's due like in 2...

    I still have no idea and it's due like in 2 days...I think I am going to FAIL...
  5. Replies
    4
    Views
    1,662

    Don't even know where o start

    I simply hate programming, but this is one of the 2 programing subject I have to do to graduate...could u plz give me a hand with this...?
    and email me back on [email protected]

    Declare a...
Results 1 to 5 of 5