L!!T  =/8//Allan Clark clarname.cpp// //sept 12/02 // //to display my name using COUT statements// #include // a library call for a standard I/O// #include // a library call to clear the screen // #include // a library call to aquire the systems date // char enter; // The variable to clear the screen // main() //body of the program// { //Opens a routine/body for code statements// cin >> enter; clrscr(); time_t t=time(NULL); cout<< ctime(&t)<< endl << endl; //Displays the time// cout<<" A L L A N N"<