What is the complement of the following expression?

```
n || a <= b && c != 100
```
a. !n || a > b || c == 100
b. !(n && (a > b || c == 100))
c. !n && (a > b || c == 100)
d. !(n || (a > b || c == 100))
e. none of the above

C

Computer Science & Information Technology

You might also like to view...

Access uses the ________ date system to store dates—January 1, 1900, was day 1; January 2, 1900, was day 2; and so forth

Fill in the blank(s) with correct word

Computer Science & Information Technology

All PowerPoint presentations contain more than one slide master

Indicate whether the statement is true or false

Computer Science & Information Technology