about | help | code help+videos | done | prefs |
array_mean
Given an integer array, return the mean as a double. array_mean([2, 465, 786, 234]) → 371.75 array_mean([1, 2, 3, 4]) → 2.5 array_mean([2, 5, 8]) → 5.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
Copyright Nick Parlante 2017 - privacy