Java is the future !: in1020

Tuesday, October 12, 2010

in1020

You've given 2 values, return true if either of them is in the range 10..20 inclusive.

in1020(12, 95) → true
in1020(22, 12) → true
in1020(7, 95) → false

Solution :

No comments:

Post a Comment