(a || b) || !(a || b)
true
This is equivalent to c || !c
. (See the explanation for Exercise 2.)
Navigation
Exercise 9 solution
Exercise 11 solution
Exercises
All solutions
(a || b) || !(a || b)
true
This is equivalent to c || !c
. (See the explanation for Exercise 2.)
Exercise 9 solution
Exercise 11 solution
Exercises
All solutions