if (condition) { // Yes } else { // No }
we can also write
if (condition) { // No } else { // Yes }
OR is there any rule that we can only execute "true" in IF and False in ELSE ?
Aucun commentaire:
Enregistrer un commentaire