Chapter 8: Problem 15
Consider the following code (and assume that it is embedded in a complete and
correct program and then run):
string s1, s2;
cout << "Enter a line of input:\n";
cin >> s1 >> s2;
cout << s1 << "*" << s2 << "
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.