Browse Source

я устал4

Gataullin Bulat 2 years ago
parent
commit
4db3a8aeba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lab9.cs

+ 1 - 1
lab9.cs

@@ -12,7 +12,7 @@ namespace lab_9
         {
             int num;
 
-            Console.W  riteLine   ("Введите число заканчивающиеся нулём");//надпись
+            Console.W  riteLine   ("Введите число заканчивающиеся нулём")    ;//надпись
 
             for (sum = 0; int.TryParse(Console.ReadLine(), out int n); sum += n)
                 Console.WriteLine       ($"Сумма введёных чисе   л:{sum}");