In this first blog we see about the console application for C# Beginners. C# Basic Concatenation Console Application
Step 1:
Select the Visual Studio from Start Menu
Step 2:
Click New Project and select console Application and give application
name and click ok
Step 3:
Write the code for Concatenation Program
To display use console.Writeline
To get value from user
use consoleReadline ()
+ operator used to
concatenate two strings
Step 4:
Output
of the program
Thank you






No comments:
Post a Comment