InterviewSolution
Saved Bookmarks
| 1. |
p : There are clouds in the sky and q : it is not raining. The symbolic form is (A) p → q (B) p → ~q (C) p ∧ ~q (D) ~p ∧ q |
|
Answer» Correct option: (C) p ∧ ~q p: There are clouds in the sky, ~q: It is not raining, ‘and’ is expressed by ‘∧’ symbol. ∴ p ∧ ~q |
|