Answer to Question #35668 in C++ for venessa brandon
what will the following code output?
string s1 = "5";
string s2 = "3";
string s3 = s1 + s2;
cout << s3 << endl;
1
2013-10-02T12:13:12-0400
The answer to the question is available in the PDF file https://assignmentexpert.com/homework-answers/programming-answer-35668.pdf
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments
Leave a comment