Electrical and Computer Engineering
23 of 24
UAH
CPE 112
Form Letter (continued)
• // Create title and last name
•    titleLast = TITLE + " " + LAST_NAME;
•
•    // Print the form letter
•    cout << fullName << " is a GRAND PRIZE WINNER!!!!" << endl<< endl;
•    cout << "Dear " << titleLast << "," << endl << endl;
•    cout << "Yes it's true! " << firstLast << " has won our" << endl;
•    cout << "GRAND PRIZE -- your choice of a 42-INCH* COLOR" << endl;
•    cout << "TV or a FREE WEEKEND IN NEW YORK CITY.**" << endl;
•    cout << "All that you have to do to collect your prize is”<< endl;
•    cout << "attend one fun-filled all-day presentations” << endl;
•    cout << "on the joys of owning a timeshare condominium" << endl;
•    cout << "trailer at the Happy Acres Mobile Campground in“ << endl;
•    cout << "beautiful Panhard, Texas!" << first << "I know” << endl;
•    cout << "that the 3-hour drive from the nearest airport” << endl;
•    cout << "to Panhard may seem daunting at first, but isn't" <<endl;
•