Requirement of the program is to perform addition on array elements, finding minimum value, maximum value, average value of an array, identifying whether any element is there which contains a specified value or not, first element of an array, last element of an array, and identifying non duplicated elements.
Also other requirements of the program was to count of the elements in a dataset, making subset of data from another set of data, finding element in specified location and finding string element which ends with certain character / characters.
C sharp and LINQ which is a language integrated query language of .Net framework were used to develop this application.
Finished program was able to perform all of the above mentioned functionality.