does

if(x<=20){

}


use more processing power than

if(x<21){

}


?