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. !n && (a > b || c == 100)

Computer Science & Information Technology

You might also like to view...

Choosing short labels for rows and columns will save room on charts

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ feature checks for content that individuals with disabilities might have difficulty reading

A) Compatibility Checker B) Document Inspector C) Advanced Properties D) Check Accessibility

Computer Science & Information Technology