cin >> input_value; // take single word of user input getline(cin, name); // take multiple words of user input
Last updated 2 years ago