H8b Collections - Testen 4b - Arraylist vullen en controleren of element voorkomt
Log in om je oplossingen te testen.
using System;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
namespace CollectionsOefeningen
{
public class Program
{
public static void Main(string[] args)
{
//Schrijf jouw code hieronder
}
}
}
Je kunt zo vaak indienen als je wenst. Er wordt enkel rekening gehouden met je laatst ingediende oplossing.
Log in om je oplossingen te testen.