@@ -23,6 +23,8 @@ namespace LaBoAp
string s = Console.ReadLine();
Console.WriteLine("Подтвердите действие");
string p = Console.ReadLine();
+ Console.WriteLine("Выберете товар");
+ string y = Console.ReadLine();
Console.ReadKey();
}