If a, b and c are boolean variables such that a is false, b is true and c is true, which of these expressions:

1. a || (b && c)
2. !a && (!b || c)
3. !(a && b) && c
evaluate(s) to true?

1. a || (b && c)
2. !a && (!b || c)
3. !(a && b) && c

Computer Science & Information Technology

You might also like to view...

Text data is usually aligned to the center of the cell unless you change it.

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

Computer Science & Information Technology

How do you change the font of a JLabel?

What will be an ideal response?

Computer Science & Information Technology