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