1. Evaluate Boolean Expressions What is the value of the following Boolean expressions? Assume the following values for
Posted: Mon Jun 06, 2022 6:37 pm
1. Evaluate Boolean Expressions What is the value of the following Boolean expressions? Assume the following values for a=2, b=4, c=6. a. a=-4 or b>2 b. 6<=c and a>3 c. 1 !=b and c!=3 d. a>=-1 or a<=b e. not (a>2)