Determine whether integer is between two other integers

How do I determine whether a given integer is between two other integers (e.g. greater than/equal to 10000 and less than/equal to 30000)?

← Назад к списку