0
/ 50
Write a function in Java that implements the following logic: Given a number n
, return true
if n
is in the range 1..10, inclusive. Unless...
Write a function in Java that implements the following logic: Given
a number n
, return true
if n
is in the range 1..10, inclusive.
Unless outsideMode
is true
, in which case return true
if the
number is less or equal to 1, or greater or equal to 10.
Your feedback will appear here when you check your answer.