When using logical operators to join multiple conditions, “OR” operator means?
a) both conditions are true
b) either condition is true
c) neither condition is true
d) either condition is false
What is the purpose of NOT logical operator is?
a) perform logical conjunction
b) perform logical disjunction
c) perform logical disfunction
d) perform logical negation
When combined with logical operators, If statements can……
a) change multiple conditions
b) test multiple conditions
c) combine multiple conditions
d) separate multiple conditions
Which of the following symbol is used for OR operator?
a) ||
b) &&
c) !
d) none of these
Which of the following symbol is used for AND operator?
a) ||
b) &&
c) !
d) none of these
Which of the following symbol is used for NOT operator?
a) ||
b) &&
c) !
d) none of these