x and y are declared as integer variables.
You are given the following expression:
x >= y
Which of these expressions is the opposite of the above expression and has valid syntax?
-x <= y
- x =< y
- There's not enough information to determine this.
- x == y
- x < y