In evaluating the expression (x==y && a<b) the Boolean expression x==y is evaluated first and then a<b is evaluated. True or False????
(x==y && a<b)
x==y
a<b
Please explain the working for the same. I quite confused for this if expression.
Aucun commentaire:
Enregistrer un commentaire