0
For what we use Console.ReadLine
7 Antworten
0
For better understanding!
0
What understanding
0
Since you have no programming tag ,I am guessing you are asking about c#
Console.ReadLine() used to take input from user in c#
0
I didn't urderstood
0
Why we write static void Main(strings[]args) when we start coding in C#
0
If you have to give more information about your code like instructions,etc
0
Suppose you have to take input from user but you know that the user will give a string .Your program will take input from user and print it .For taking input from user you will use Console.ReadLine() function and for printing you will use Console.Writeline():
https://code.sololearn.com/c4b87HvcgJVX/?ref=app