Write an expression that evaluates to true if and only if value of the boolean variable isAMember is false .
LANGUAGE: JAVA
CHALLENGE:
Write an expression that evaluates to true if and only if value of the boolean variable isAMember is false.
SOLUTION:
LANGUAGE: JAVA
CHALLENGE:
Write an expression that evaluates to true if and only if value of the boolean variable isAMember is false.
SOLUTION:
(isAMember == false)