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.