✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mida kuvatakse konsoolis?
string path = @"C:\Users\JV\data";string fileName = "chuck.txt";string[] lines = File.ReadAllLines(Path.Combine(path, fileName));Console.WriteLine(lines.Length);