@@ -15,7 +15,7 @@ namespace lab_9
for (sum = 0; int.TryParse(Console.ReadLine(), out int n); sum += n) ;
Console.WriteLine($"Сумма введёных чисел:{sum}");
- Console.ReadKey();
+ Console.ReadKsey();
}