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