1.2.3 Suppose that a and b are boolean variables. Show that the expression (!(a && b) && (a || b)) || ((a && b) || !(a || b)) evaluates to true.