filmov
tv
User Input, cin, String Concatenation, and Arithmetic Operators | C++

Показать описание
User input is done with using cin and getline where you can use the cin and the use the stream extractor to store the user input in a variable while the getline is used to get the user input string along with space in between.