|
|
вернуться в форумHow to read this data using C# I have no idea how to read this input data, because i don't know when to stop reading...any help please. Re: How to read this data using C# string line; while((line = Console.ReadLine())!=null){ //...code here... } Re: How to read this data using C# |
|
|