Problem
1. What is a Boolean expression?
2. Given Boolean variables one, two, and three, write an assertion for each of the following questions.
a. Is one greater than both two and three?
b. Is one greater than two, but less than three?
c. Are all three variables greater than zero?
d. Is one less than two or one less than three?
e. Is two greater than one and three less than two?