What do we use comparisons with
!=
for?
To run code when two values are different
To run code when two values are the same
To always run the if statement's code code
To never run the if statement's code block
To run code when two values are different.