Parcourir la source

добавили ввод банковских данных пользователя

Vitaly Romanov il y a 2 ans
Parent
commit
2091441fc9
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      LaBoAp/Program.cs

+ 2 - 0
LaBoAp/Program.cs

@@ -17,6 +17,8 @@ namespace LaBoAp
         string i = Console.ReadLine();
 	Console.WriteLine("Введите Фамилию");
         string s = Console.ReadLine();
+	Console.WriteLine("Введите данные банковской карты");
+        string s = Console.ReadLine();
 	Console.ReadKey();
         }
     }