public static void Main()
string input = Console.ReadLine();
int[] Combinatie = new int [5] {3,0,4,2,1};
eten = new string[5]{ "friet", "pizza", "nasi", "bami", "kip" };
drinken = new string[5]{ "cola", "fanta", "water", "bier", "vodka" };
Console.WriteLine( input);