add data to array and get the highest c# code example Example: see max value in array c# using System.Linq; int maxValue = anArray.Max();