about | help | code help+videos | done | prefs |
Return the average of an array of numbers. The average should be an integer value; disregard all decimal numbers from the average before returning it. If there are no numbers, then return 0. arrayAverage([1, 2]) → 1 arrayAverage([8, 0, 10]) → 6 arrayAverage([]) → 0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 10 Post-solution available
Copyright Nick Parlante 2017 - privacy