using System.Collections.Generic;
public static void Main()
var intArray = new int[]{1,4,5,67,3,16,98,4,3};
var intList = new List<int>{1,4,5,67,3,16,98,4,3};
var stringList = new List<int>
Console.WriteLine("====================START=========================");
Console.WriteLine("====================FINISH=======================");