To declare AND (&&) operator
Declaration :
10 ==10 && 4==4 // ß it’s true because both statement is true
12==12 && 10==11 // ß it’s false because there is at least 1
statement is wrong
Post a Comment
No comments:
Post a Comment