#include using namespace std; int main() { cout << "Hello, world! My name is Derek McQuay."<< endl; cin.get(); return 0; }