0%
0 / 15 answered
Boolean Expressions Practice Test
•15 QuestionsQuestion
1 / 15
Q1
An online store gives free shipping if if (isMember OR purchaseOver100). In the given programming task, what is the result of the boolean expression when isMember is false and purchaseOver100 is true?
An online store gives free shipping if if (isMember OR purchaseOver100). In the given programming task, what is the result of the boolean expression when isMember is false and purchaseOver100 is true?