Fairly new to C#. Have an assignment for class that asks us to generate an array from user inputted values. This part is done and work\'s perfectly.
Now that the arr
You can use LINQ Distinct() extension method.
http://msdn.microsoft.com/en-us/library/system.linq.enumerable.distinct.aspx