Explorar el Código

я устал5

Gataullin Bulat hace 2 años
padre
commit
5bfbb36a9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lab9.cs

+ 1 - 1
lab9.cs

@@ -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();
         }
     }
 }