about | help | code help+videos | done | prefs |
APCS Logic 4, Problem 9. Return the sum of two 6-sided dice rolls, each in the range 1..6. However, if noDoubles is true, if the two dice show the same value, increment one die to the next value, wrapping around to 1 if its value was 6. L49_withoutDoubles(2, 3, true) → 5 L49_withoutDoubles(3, 3, true) → 7 L49_withoutDoubles(3, 3, false) → 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: 200
Copyright Nick Parlante 2017 - privacy