Step 1: Select Visual Studio from Start Menu.
Step 2: Click New Project and select Console Application. Give the Application name and click OK.
![console]()
Step 3: Write the code for concatenation program.
To display, use console.Writeline.
![console]()
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:
![Output]()