wap to find out maximum number using array in C# code example Example: see max value in array c# using System.Linq; int maxValue = anArray.Max();