about | help | code help+videos | done | prefs |
feb27_2018_APSLHL_total
Write a method that returns the sum of all the integers in the array, except do not include a number in the sum if it matches the 'ignore' number. Look at the test data for examples. feb27_2018_APSLHL_total([], 5) → 0 feb27_2018_APSLHL_total([18], 18) → 0 feb27_2018_APSLHL_total([18], 24) → 18 ...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: 280
Copyright Nick Parlante 2017 - privacy