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. and c thenThe condition/decision criteria will be satisfied by:a) a=true, b=true, c=true and a=false, b=false, c=falseb) a=false, b=true, c=true
C. a=true, b=false, c=true
D. a=true, b=true, c=false
Answer» B. and c thenThe condition/decision criteria will be satisfied by:a) a=true, b=true, c=true and a=false, b=false, c=falseb) a=false, b=true, c=true


Discussion

No Comment Found