Practice ยท 1 of 4
Range Helper
Implement int in_range(int v, int lo, int hi) returning 1 when lo <= v <= hi (inclusive both ends).
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Decomposition
Practice ยท 1 of 4
Implement int in_range(int v, int lo, int hi) returning 1 when lo <= v <= hi (inclusive both ends).
Difficulty: beginner
Back to lesson: Practice: Decomposition