/* This program is to do something * * Writeen by: Some Person * on: Some Date * for: Some Class * */ #include using namespace std; int main () { cout << "Begin Execution" << endl; // write your program here cout << "End Execution" << endl; return 0; }