mercredi 24 juin 2015

Handle 2 conditions in if

Hey guys I have a code :

If(bool1&&bool2){
//someother code 
}else{
//some other code 
}

And here what I want is that even if 1 condition return true then also to proceed to run the code but I also want to know which when condition returned true

Aucun commentaire:

Enregistrer un commentaire