Electrical and Computer Engineering
24 of 24
UAH
CPE 112
Yet More Form Letter
• cout << "it worth some extra effort to receive such a" << endl;
• cout << "FABULOUS PRIZE? So why wait? Call us right" << endl;
• cout << "now to schedule your visit and collect your" << endl;
•    cout << "GRAND PRIZE!" << endl << endl;
•    cout << "Most Sincerely," << endl << endl;
•    cout << "Argyle M. Sneeze" << endl << endl << endl << endl;
•    cout << "* Around the circumference of the packing” << endl;
•    cout << "crate. ** Includes air fare and hotel." << endl;
•    cout << "Departure from Nome, AK; surcharge from” << endl;
•    cout << "other airports. Accommodations within” << endl;
•    cout << "driving distance of New York at the CheapTel” << endl;
•    cout << "in Plattsburgh, NY." << endl;
•    return 0;
•}