InterviewSolution
Saved Bookmarks
| 1. |
Write the duals of p ∨ (q ∧ r). |
|
Answer» The duals of the given statement patterns are : p ∧ (q ∨ r) |
|