#include int main() { /* Do the greeting std::cout << "Hello "; /* Now identify who we are greeting */ std::cout << "World\n"; return (0); }