logo CodeStepByStep logo

Mean

Language/Type: C# List collections
Related Links:
Author: Eric Roberts (on 2019/07/08)

Write a method named Mean that accepts as a parameter a List of real numbers, and returns the arithmetic mean (average) of the integers in the list as a real number. For example, if the list passed contains {2.0, 4.5, 6.5, 1.0}, your method should return 3.5. If the list is empty, return 0.0. Do not modify the list that is passed in.

Method: Write a C# method as described, not a complete program or class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.