Assume "test" is a boolean variable. Which of the following expressions is equival ent to "test == false"?
Select one:
a. test b. !test c. test.equals(true) d. test = true
The correct answer is: !test
Select one:
a. test b. !test c. test.equals(true) d. test = true
The correct answer is: !test