// Program to print part of a song #include using namespace std; int main() { cout << "Give me land, lots of land"; cout << "And the starry skies above...\n"; return 0; }