about | help | code help+videos | done | prefs |
APCS Logic 5, Problem 4. Given three ints, a b c, return true if one of them is 10 or more less than one of the others. L54_lessBy10(1, 7, 11) → true L54_lessBy10(1, 7, 10) → false L54_lessBy10(11, 1, 7) → true ...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