Check if a number is inclusively between two numbers
the number to check
the minimum value (inclusive)
the maximum value (inclusive)
Whether num is no less than min and no greater than max
Check if a number is inclusively between two numbers