Sì, usando un if...else if

tipo

if(perc>10 && perc<20){
// ...
}else if(perc>20 && perc<30){
// ....
}etc...