about | help | code help+videos | done | prefs |
Write a method that returns the sum of all the integers in an array. That is it! Piece of cake! preEaglesArraySum([5, 5, 10, 10]) → 30 preEaglesArraySum([-9, 9, -2, 2, -1, 1]) → 0 preEaglesArraySum([-5, -2, -1]) → -8 ...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: 250
Copyright Nick Parlante 2017 - privacy