Programming Course in C# ¡Free!

11.04 - ArrayList

 Saturday, April 06, 2013 published by Exercises C#

Create a list of strings, using the class ArrayList which already exists in the DotNet Platform. 

Once created, show all the items stored in the list.

Insert one new item in the second place of the list and then show again all the items checking if the insertion was correct.