// What is the exact output of this program? // How many lines are printed? #include using namespace std; int main() { cout << "Brad Pitts's well toned delts are second only to his " << endl; cout << "mad bow staff skillz" << endl << "I thought dreamily to myself."; return 0; }