Assume #include #include using namespace std; Given stringsaying; which of the following will store “Lazy hazy days ofsummer” into saying variable? getline(cin, saying);cin.getline(saying); cin.get(saying); cin >> saying;
Expert Answer
An answer will be send to you shortly. . . . .