H8c List - Drillen 8 - Zoeken en vinden

Sign in to test your solution.
using System; using System.Collections.Generic; namespace H8c { public class Program { public static void Main(string[] args) { List<string> steden = new List<string>() { "Brussel", "Antwerpen", "Gent", "Brugge", "Leuven" }; // Schrijf jouw code hieronder } } }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.