// CST116-Lab0-Lopez-Bonilla.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include //Using statements: Cout and Endl using std::cout; using std::endl; int main() { //main program //Hello world statement with endl cout << "Hello World!" << endl <