about | help | code help+videos | done | prefs |
isSum10
Given 2 numbers, a and b, return true if their sum is 10; otherwise return false. isSum10(4, 6) → True isSum10(-1, 11) → True isSum10(8, 1) → 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
Copyright Nick Parlante 2017 - privacy