InterviewSolution
Saved Bookmarks
| 1. |
Rewrite the statement in the form of conditional statement.You will fail, if you will not study. |
|
Answer» In the conditional statement, expression is If p, then q Now, The given statement p and q are p: You do not study q: you will fail. Therefore, If you do not study, then you will fail.” |
|