The relational expression !=
We haven't covered relational and logical expressions in detail yet.
For now, just accept the fact that the following expression will return true if A is not equal to B, and will return false otherwise:
A != B