Write an expression that evaluates to true if and only if the integer variable numberOfShares is less than 100.
LANGUAGE: Visual Basic
CHALLENGE:
Write an expression that evaluates to true if and only if the integer variable numberOfShares is less than 100.
SOLUTION:
numberOfShares < 100