Вход на сайт
Вопросы по C#
975 просмотров
Перейти к просмотру всей ветки
в ответ Mahone 26.10.13 19:58
В ответ на:
playerMatches = Convert.ToInt32(Console.ReadLine());
playerMatches = Convert.ToInt32(Console.ReadLine());
А нефиг пользоваться вложенными вызовами
string inputLine = Console.ReadLine()
playerMatches = Convert.ToInt32(inputLine);