Write an expression that evaluates to true if and only if the integer variable numberOfShares is less than 100.

.
.
Click on the title for the solution
.
.

This is the answer:

:



numberOfShares<100

Comments