The logical expression ( a && b ) (both a and b have boolean values) can be written like !(!a || !b), for example. Doesn’t this mean that && is “unneccesary”? Does this mean that all logical expressions can be made only using || and !?

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *