We'll say that a number is "teen" if it is in the range 13..19 inclusive. Given 3 int values, return true if 1 or more of them are teen.
int
For this problem we're expecting only a method.
Stuck? You may find these lessons helpful: