is if statement most important part in programming, because every programming language have atleast one if statement?
With if statement we can redirect from one condition and make other like this.
if (5 < 10) {
return true;
}
else {
return false;
}
thanks
Aucun commentaire:
Enregistrer un commentaire