...

/

Challenge 3: Find Values Within a Range

Challenge 3: Find Values Within a Range

In this challenge, find if values x and y are within the range.

Problem Statement

Given an inRange(x,y) function, write a method that determines whether a given pair (x, y) falls in the range (x < 1/3 < y) ...