Question: c++ code 01135 pts) Write a function concatenateStrings) in C+ that asks the user to enter two strings. The strings must not contain spaces. The

c++ code
01135 pts) Write a function concatenateStrings) in C+ that asks the user to enter two strings. The strings must not contain spaces. The function then concatenates these two strings and print the result to the screen. You need to c unction concatenateStrings from function main. Please note that in this question concatenateStrings0 does not return anything. A sample run is provided below. Please type a string with no space: cs181 Please type another string with no space: isfun cs101isfun 02 135 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
