A_______ expression is one that represents only one of two states, usually expressed as true or false. Select one: O a.
Posted: Sun Jul 10, 2022 11:23 am
Question 31 Not yet answered Marked out of 1.00 Flag question
The following two if-statements are equivalent. if predicate >= 40 then if classAtt >= 75 then endif endif examEntrance = TRUE and If predicate >= 40 OR classAtt >= 75 the examEntrance = TRUE endif Select one: O True O False Question 34 Not yet answered Marked out of 1.00 Flag question
A_______ expression is one that represents only one of two states, usually expressed as true or false. Select one: O a. If-then-else b. Boolean O c. If O d. single-alternative Clear my choice The following two if-statements are equivalent. if predicate >= 40 then if classAtt >= 75 then endif endif examEntrance = TRUE and If predicate >= 40 OR classAtt >= 75 the examEntrance = TRUE endif Select one: O True O False Question 34 Not yet answered Marked out of 1.00 Flag question