Answers for "It is okay to use cin >> if you will input a string with spaces."

C++
7

how to make string get spaces c++

string s;
getline(cin,s);
Posted by: Guest on June-02-2020

Code answers related to "It is okay to use cin >> if you will input a string with spaces."

Browse Popular Code Answers by Language