Now, which of these conditions returns false
?
Perfect! The logical and returns true
when both conditions are met. The logical or needs just one condition to be true
.
Close. The logical and returns true
when both conditions are met. The logical or needs just one condition to be true
.