Value from keyboard C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Value from keyboard C#

How can I get the value that the user entered from the keyboard?

20th Feb 2020, 9:44 PM
Albert Ivanov
Albert Ivanov - avatar
1 Answer
+ 4
Try using: Console.ReadLine () - allows you to get data entered from the keyboard.
20th Feb 2020, 9:44 PM
D.M.
D.M. - avatar