about | help | code help+videos | done | prefs |
Write a function that calculates the sum of all of the numbers between 0 and the parameter n. Only count the values that are multiples of 5 and also multiples of 7. specialSumExclusive(5) → 0 specialSumExclusive(7) → 0 specialSumExclusive(35) → 35 ...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: 5
Copyright Nick Parlante 2017 - privacy