| about | help | code help+videos | done | prefs |
sumArray
Return the sum of all the values in in array list. Precondition: Assume list has at least one value. sumArray([5, 18, 21, 52, 3]) → 99 sumArray([16, 890, 7, 42, 9]) → 964 sumArray([3]) → 3 ...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