I have to use more than and less than together very often:
Code:
if(myint>=10 && myint<=20){
//do something
}
Is there a special operator for this?