about | help | code help+videos | done | prefs |
findSum
Given three different numbers, one of them is the sum of the other two. Return the number that is the sum. findSum(3, 4, 7) → 7 findSum(8, 0, -8) → 0 findSum(6, 4, 2) → 6 ...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: 100
Copyright Nick Parlante 2017 - privacy