Question: Select the correct statements about the && and || operators. foo || bar is true is if either foo or bar is true foo &&
Select the correct statements about the && and || operators.
foo || bar is true is if either foo or bar is true
foo && bar is true if either foo or bar is true
(foo || bar) && var is true if var is true and either for or bar is true
foo && bar is false if both foo and bar are true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
