Loading practice questions
Consider the expression T | F ∧ T. In how many ways can the expression be parenthesized so that the output is F (false)?
(B) 1
Explanation:
The expression can be parenthesized as (T | F) ∧ T, so that the output is F (false).