//FILE: hello.cpp #include // for cout using namespace std; int main(){ cout << endl << "Hello, " << endl << "Watson! << endl; return 1; } esc m x-