Step 1: Select Visual Studio from Start Menu.
Step 2: Click New Project and select Console Application. Give the Application name and click OK.
Step 3: Write the code for concatenation program.
To display, use console.Writeline.
To get the value from the user, use consoleReadline ().
+ operator is used to concatenate two strings.
Step 4: Output of the program is given below: