assuming x is 5, y is 6, and z is 8, which of the following is false? 1. x == 5;
2. 7 <= (x + 2);
3. z < = 4;
4. (1 + x) != y;
5. z >= 8;
6. x >= 0;
7. x <= (y * 2)