centeredAverage

preview_player
Показать описание
Calculating the centered average for a collection of numbers. (array of ints)

In this problem, you're faced with the problem of finding the centered average for a list of numbers. In order to calculate this average, you must remove two elements for your list. You must find the max and the min elements and exclude them from your calculations.
Рекомендации по теме