Эх сурвалжийг харах

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

Vitaly Romanov 2 жил өмнө
parent
commit
dff1494420
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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();
         }
     }