using System;
using System.Collections.Generic;
public class Program
{
public static void Main()
List[] buffet = {"Chicken soup","Corn cobs","Turkey","Mashed potatoes","Gravy"};
}