Select all that apply. Given: x = 5, y = 6, z = 8. Which of the following are false?

```
1. x == 5;
2. x < (y + 2);
3. z <= 4;
4. y > (z - x);
5. z >= (y + x)
6. y <= 6
```

a. 1
b. 2
c. 3
d. 4
e. 5
f. 6

c. 3
e. 5

Computer Science & Information Technology

You might also like to view...

Which of the following choices is not part of a typical notification sent to users as part of the migration process?

A. Security vulnerabilities B. Date of availability C. State of the new environment D. Reason for retirement of old environment

Computer Science & Information Technology

A private network uses a physical network adapter in the Hyper-V host to provide virtual machines with connectivity to a physical network.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology