Ver código fonte

добавили ввод возраста пользователя

Vitaly Romanov 2 anos atrás
pai
commit
c87ee8ba1d
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      LaBoAp/Program.cs

+ 3 - 1
LaBoAp/Program.cs

@@ -11,7 +11,9 @@ namespace LaBoAp
         static void Main(string[] args)
         {
 	Console.WriteLine("Здравствуй, пользователь");
-	ReadKey();
+	Console.WriteLine("Введите возраст");
+        string s = Console.ReadLine();
+	Console.ReadKey();
         }
     }
 }