Which operators can we use to make comparisons for if statement conditions?

>=, <=, > and <= and !=None of them

>=, <=, > and <.