Forráskód Böngészése

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

Vitaly Romanov 2 éve
szülő
commit
dff1494420
1 módosított fájl, 2 hozzáadás és 0 törlés
  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();
         }
     }