here's an example for you


if ( myVariable >= 20 && myVariable <=30 ){
System.out.println("you failed" );
}else if ( .......... ){
...........
}