about | help | code help+videos | done | prefs |
arrayAve() -- given a double array, return the average of the elements of the array arrayAve([1.0, 1.0, 1.0]) → 1.0 arrayAve([1.0, 2.0]) → 1.5 arrayAve([1.0, 2.0, 3.0]) → 2.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: 220 Post-solution available
Copyright Nick Parlante 2017 - privacy