

MCQOPTIONS
Saved Bookmarks
1. |
For the following codeif (a or b) and c thenThe condition/decision criteria will be satisfied by: |
A. | a=true, b=true, c=true and a=false, b=false, c=false |
B. | a=false, b=true, c=true |
C. | a=true, b=false, c=true |
D. | a=true, b=true, c=false |
Answer» B. a=false, b=true, c=true | |