Joining Two Strings

# Introduction In this lab, you need to join two strings by inputting the values for two variables, `text1` and `text2`, using `getline()` function, and then using `append()` function to insert a space and join the strings, finally printing the joined result.

|60 : 00

Click the virtual machine below to start practicing