0
Value from keyboard C#
How can I get the value that the user entered from the keyboard?
1 Réponse
+ 4
Try using:
Console.ReadLine () - allows you to get data entered from the keyboard.
How can I get the value that the user entered from the keyboard?