using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { int n; Console.ReadLine(n); Console.WriteLine(n); } } } why it writes an error: none of the overloads of ReadLine (n); doesn't take 1 argument?
visual studiotag? Question about language, not on Wednesday - Pavel Mayorov