public static void Main(string[] args)
Console.WriteLine("enter your coffee size. Here is the Menu");
Console.WriteLine("----------------------------------------");
Console.WriteLine(" Small Coffee =1 \n Medium Coffee =2 \n Large Coffee=3");
int UserNum = int.Parse(Console.ReadLine());
Console.WriteLine(" Thanks for shopping with us..\n We would like to know the feedback from your end to help ourselves improve the service. \n Please enter either yes or no to provide your valuable feedback ");
string UserChoice = Console.ReadLine();
Console.WriteLine("Your coffee size is 1.Thanks for your positive feedback");
Console.WriteLine("sorry, we will try to improve the performance and thanks for feedback");
Console.WriteLine("please let us know your feedback");
Console.WriteLine("Your coffee size is 2.Thanks for shopping with us.");
Console.WriteLine("Your coffee size is 2.Thanks for shopping with us.");
Console.WriteLine("please select your coffee size");