variable <= valor; variable <= expresion; variable1 <= variable2;
Nada.
if (x <= 9){ //Es menor o igual }else{ //Es mayor }