Final answer:
The condition is False for the first expression and True for the second expression.
Step-by-step explanation:
To determine whether the condition is True or False, we need to evaluate the two expressions given:
- not(a or a)
- (b or a)
Given that a=3 and b=1:
- For the first expression, not(a or a), we can substitute the values of a and evaluate the expression:
- not(3 or 3) = not(True) = False
For the second expression, (b or a), we can substitute the values of a and b and evaluate the expression:
Therefore, the condition is False for the first expression and True for the second expression.
Learn more about Evaluating Expressions