@@ -21,6 +21,8 @@ namespace LaBoAp
string b = Console.ReadLine();
Console.WriteLine("Введети сумму");
string s = Console.ReadLine();
+ Console.WriteLine("Подтвердите действие");
+ string p = Console.ReadLine();
Console.ReadKey();
}