The user's age is less than sixteen.., user_age < 16, The user's age is more than sixteen., user_age > 16, The user's age is equal to sixteen., user_age == 16, The number is not equal to zero., num != 0, The number is less than and equal to zero., num <= 0, The number is more than and equal to zero., num >= 0, The password is equal to '011', password == '011', The password is not equal to '011', password != '011', The temperature is less than or equal to zero., temperature <= 0, The temperature is more than or equal to zero., temperature >= 0, The temperature is not equal to zero., temperature != 0.

Leaderboard

Visual style

Options

Switch template

Continue editing: ?