Electrical and Computer Engineering
6 of 22
UAH
CPE 112
Example Implementation (Continued)
•void Print4Lines()
•{
•   cout << “****************” << endl;
•   cout << “****************” << endl;
•    cout << “****************” << endl;
•   cout << “****************” << endl;
•
•}