/* display a message on the monitor */ #include using namespace std; int main() { cout << "Welcome to computer programming!" << endl; return 0; }