Do this and please learn the usage of operators beforehand.
if(a<=b && b<c) {
     //do stuff
}
solved C++ operator precedence a
 
Do this and please learn the usage of operators beforehand.
if(a<=b && b<c) {
     //do stuff
}
solved C++ operator precedence a