using System.Collections.Generic;
Dictionary <string, string> iceBalls = new Dictionary<string, string>();
Console.WriteLine("Welke allergien heeft u¿");
Console.WriteLine("1. Noten \n2. Suiker \n3. Gluten \n4. Lactose");
int.TryParse(Console.ReadLine(), out playerInput);
Console.WriteLine("U heeft de volgende allergieën: " + playerInput);