For what we use Console.ReadLine | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

For what we use Console.ReadLine

22nd Sep 2020, 3:11 PM
Islomjon Sharipov
Islomjon Sharipov - avatar
7 ответов
0
For better understanding!
22nd Sep 2020, 3:16 PM
Art Bucket
0
What understanding
22nd Sep 2020, 3:17 PM
Islomjon Sharipov
Islomjon Sharipov - avatar
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#
22nd Sep 2020, 3:19 PM
The future is now thanks to science
The future is now thanks to science - avatar
0
I didn't urderstood
22nd Sep 2020, 3:21 PM
Islomjon Sharipov
Islomjon Sharipov - avatar
0
Why we write static void Main(strings[]args) when we start coding in C#
22nd Sep 2020, 3:22 PM
Islomjon Sharipov
Islomjon Sharipov - avatar
0
If you have to give more information about your code like instructions,etc
22nd Sep 2020, 3:23 PM
Art Bucket
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
22nd Sep 2020, 3:31 PM
The future is now thanks to science
The future is now thanks to science - avatar