Question: write a complete C++ program. Create a function called string cat(vector words). Your function should use a for loop and string concatenation to return the
write a complete C++ program. Create a function called string cat(vector words). Your function should use a for loop and string concatenation to return the words separated by spaces. Run the function multiple times in main with various vectors of words. At least one of your vectors must be only strings that look like integers ("1", "-15", etc).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
