New operators can be used in conditional statements. = Requires exact match > The var must be greater than the value < The var must be less than the value <= The var must be less or equal than the value >= The var mast be greater or equal than the value != The var… Read more »