| about | help | code help+videos | done | prefs | 
| Given three ints a, b and c, return true if one of the ints is the sum of the other two, or false if none of the ints are the sum of the other two. apcsaPrimitivesIsNumSum(5, 2, 7) → true apcsaPrimitivesIsNumSum(7, 3, 4) → true apcsaPrimitivesIsNumSum(10, 2, 9) → false ...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: 150 Post-solution available
Copyright Nick Parlante 2017 - privacy