Browse Source

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

Vitaly Romanov 2 years ago
parent
commit
dff1494420
1 changed files with 2 additions and 0 deletions
  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();
         }
     }