Electrical and Computer Engineering
4 of 22
UAH
CPE 112
Example Implementation
•//*****************************************************
•// Welcome program
•// This program prints a “Welcome Home” message
•//*****************************************************
•
•#include <iostream>
•using namespace std;
•
•void Print2Lines();
•void Print4Lines();