How to take input in C Sharp?
Console.Readline() mostly used for taking input in C Sharp.
By Default, it takes input in string. To store input value in any other datatype, we have to parse input in that datatype otherwise it will give an error
.
.
#prorgamming #csharp #codewiring