String Concatenation: Two Texts Combined

# Introduction In this lab, you need to create a program that prompts the user to enter two strings, `text1` and `text2`, and then joins the two strings using the `concat()` method, adding a space between them, and finally prints the resulting joined string.

|60 : 00

Click the virtual machine below to start practicing