InterviewSolution
Saved Bookmarks
| 1. |
Rewrite the statement in the form of conditional statement.You will get a sweet dish after the dinner. |
|
Answer» In the conditional statement, expression is If p, then q Now, The given statement p and q are p: Take the dinner q: you will get sweet dish Therefore, If take the dinner, then you will get sweet dish. |
|