#include using namespace std; int main(){ cout << "Hello" << endl; cout << "Today is "; cout << "Wednesday, 09/3/2008" << endl; return 0; }