public static void Main()
var art = Console.ReadLine().ToLower();
var day = Console.ReadLine().ToLower();
var col = double.Parse(Console.ReadLine());
if (day == "monday" || day == "tuesday" || day == "wednesday" || day == "thursday" || day == "friday")
else if (art == "orange")
else if (art == "grapefruit")
else if (art == "pineapple")
else if (art == "grapes")
Console.WriteLine("error");
if (day == "saturday" || day == "sunday")
else if (art == "orange")
else if (art == "grapefruit")
else if (art == "pineapple")
else if (art == "grapes")
Console.WriteLine("{0:F2}", price);
Console.WriteLine("error");