Assuming x is 5, y is 6, and z is 8, which of the following is false?
1. x == 5;
2. 7
3. z < = 4;
4. (1 + x) != y;
5. z >= 8;
6. x >= 0;
7. x
Select one:
a. 3 and 4 are false.
b. 3, 4, 6, 7 are false.
c. Only 5 is false.
d. All are false.
e. None of these