top of page

C# Tutorial For Beginners: Working with user input

Updated: Jan 18, 2022

There are two main commands that we can use to communicate with user inputs; the first one is the Console.WriteLine(); which is used to print values, and the second is Console.ReadLine(); which is used to get user input.


The example below will demonstrate how we can use these methods while communicating with users:



45 views0 comments
bottom of page