Какой это язык программирования ? ----- int port = 0; Console.WriteLine("Write port:"); try { port = int.Parse(Console.ReadLine()); } catch { } Console.WriteLine("Using port: " + port.ToString()); Random r = new Random(); Console.WriteLine(string.Format("START: {0} 0", (object)DateTime.Now.ToString())); int num = 0;
________ посл. ред. 19.05.2017 в 23:46; всего 1 раз(а); by Clyde
Clyde (19.05.2017 в 23:45) Какой это язык программирования ? ----- int port = 0; Console.WriteLine("Write port:"); try { port = int.Parse(Console.ReadLine()); } catch { } Console.WriteLine("Using port: " + port.ToString()); Random r = new Random(); Console.WriteLine(string.Format("START: {0} 0", (object)DateTime.Now.ToString())); int num = 0;