mardi 22 décembre 2015

If with multiple &&, || conditions Evaluation in java

if(a && b || c || d || e)

whether it check (a && b), if a and b must be true always, then only allow inside ?

     or

((a && b) || a && c || a && d || a && e)), any of the condition is true will it allow inside ?

Aucun commentaire:

Enregistrer un commentaire