I/O

cin >> input_value;  // take single word of user input
getline(cin, name);  // take multiple words of user input

Last updated