public static void Main()
Console.WriteLine("Welcome To Jiffords Catering");
Console.WriteLine("Here's the list of packages!");
Console.WriteLine("pick on your choice!");
Console.WriteLine("A - Calamares , Spaghetii, Small Gallon of Ice cream, small lechon == 280₱");
Console.WriteLine("B - 1 box of Mango Float , Medium Lechon, Beef Steak , Chicken Cordon , Rice, Chinese Lumpia , and Embutido == 390₱");
Console.WriteLine("C - Unli Gulaman Fruit Salad, Large Crispy pata 2x, Calamares, Chicken Cordon , Rice, Beef Steak , Lumpia Shanghai, Lechon Kawali == 500₱");
Console.WriteLine("D - Large Gallon of Ice cream, Large Lechon, Calamares, Spaghetti, Rice, Gulaman, Lumpia, Hotdog, Bihon, Pakbet, and Chicken Adobo == 610₱");
Console.WriteLine("E - unli Buko Gulaman Salad , Medium Lechon, Beef Steak , Rice , Empanada , Embutido , Chinese siomai, Chicken Cordon ,, Chicken Adobo, Fruits,1 box of Manglo FLoat == 800₱");
A = char.Parse(Console.ReadLine());
Console.WriteLine("You chose Package " + A);
Console.WriteLine("We only accept these two mode of payments: COD or Gcash");
response = Console.ReadLine();
if (response == "COD" || response == "COD")
{ Console.WriteLine("You chose COD!");
} else if (response == "Gcash" || response == "Gcash")
{ Console.WriteLine("You chose Gcash!");
Console.WriteLine("If you have any problems regarding on this transaction, Just Type Yes, if you don't have any problems Type No");
response = Console.ReadLine();
if (response == "Yes" || response == "yes")
{ Console.WriteLine("Failed to Purchase, please try again!");
} else if (response == "no" || response == "No")
{ Console.WriteLine("Thank you for purchasing! :) ");
Console.WriteLine("Contact me again if any bad feedback using this number 09918802087, or direct message me in my Facebook account Bhone Aparicio Sison");