954,338 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

AP CS A multiple choice question

Hi, this is a multiple choice question from my AP CS review book. I can't seem to figure out the right answer even after looking at the answer.

Which of the following will evaluate to true only if boolean expression A, B, and C are all false?

A) !A && !(B && !C)
B) !A || !B || !C
C) !(A || B || C)
D) !(A && B && C)
E) !A || !(B || !C)

Na'Vi
Newbie Poster
11 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

Sorry, wrong place to post and I'm not sure how to delete the thread

Na'Vi
Newbie Poster
11 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You