Write an expression that evaluates to true if and only if the value of the integer variable x is equal to zero.
LANGUAGE: Visual Basic
CHALLENGE:
Write an expression that evaluates to true if and only if the value of the integer variable x is equal to zero.
SOLUTION:
x = 0