Evaluate the following expressions, using the vaues for A, B, C and D. Use the following values: A = True, B = True, C = True and D = False
Expression Answer
EXAMPLE: A OR B OR C AND D True
A OR B OR C OR D
A OR (B OR ( C OR D))
A AND B AND C AND D
A AND B AND (C OR D)