// dynastart #include int main() { cout << "Content-type: text/html\n\n"; cout << ""; cout << "

Dyna Telecommunications Inc.

"; cout << "Welcome to the Dyna Telecommunications web Site. To begin the transaction, please choose from the two options given below."; cout << "

New Customer

"; cout << "
"; cout << "
        Mobile Telephone Number: 
"; cout << "
"; cout << endl << "
"; cout << "

Existing Customer

"; cout << "
"; cout << "
        Mobile Telephone Number: 
Password:
"; cout << "
"; cout << ""; return 0; }