Electrical and Computer Engineering
18 of 24
UAH
CPE 112
Last Output Example For Now
•Statements
• cout << “Hi there, ”;
• cout << “Lois Lane. ”;
• cout << “Have you seen ”;
• cout << “Clark Kent?” << endl;
•Output
• Hi there, Lois Lane. Have you seen Clark Kent?
•