about | help | code help+videos | done | prefs |
hasTeen
We'll say that a number is "teen" if it is in the range 13..19 inclusive. Given 3 values, return true if 1 or more of them are teen. hasTeen(19, 0, 0) → True hasTeen(0, 13, 0) → True hasTeen(12, 0, 20) → 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