what is the code for a reservation of an airplane ticket???

please help me.this is our finals project..
:P

1
2
3
4
5
6
7
8
#include <iostream.h>
main() {
    cout<<"watn to reservere the ticket???";
    char c;
    cin>>c;
    cout<<"ok.";
    system("PAUSE");
}
That is beautiful!
@Zhuge

Like a boss :)
Last edited on
Topic archived. No new replies allowed.