Explorar o código

добавили ввод имени пользователя

Vitaly Romanov %!s(int64=2) %!d(string=hai) anos
pai
achega
dff1494420
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      LaBoAp/Program.cs

+ 2 - 0
LaBoAp/Program.cs

@@ -13,6 +13,8 @@ namespace LaBoAp
 	Console.WriteLine("Здравствуй, пользователь");
 	Console.WriteLine("Введите возраст");
         string s = Console.ReadLine();
+	Console.WriteLine("Введите Имя");
+        string i = Console.ReadLine();
 	Console.ReadKey();
         }
     }