about | help | code help+videos | done | prefs |
APCS Logic 3, Problem 3. Given 3 int values, a b c, return their sum. However, if one of the values is 13 then it does not count towards the sum and values to its right do not count. So for example, if b is 13, then both b and c do not count. L33_luckySum(1, 2, 3) → 6 L33_luckySum(1, 2, 13) → 3 L33_luckySum(1, 13, 3) → 1 ...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: 200
Copyright Nick Parlante 2017 - privacy