C Sharp (C#) - LINQ Fundamentals
Which aggregate function in C# is used to compute the mean value of elements in a numeric list?
Which aggregate function in C# is used to compute the mean value of elements in a numeric list?
Average() calculates the mean (average) of numeric elements.Count() counts elements, Sum() adds them, and Max() finds the largest.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions