InterviewSolution
Saved Bookmarks
| 1. |
Write the following statements in the form of "if -then". (i) you get a job implies your credibility are good. (ii) a quadrilateral is a prallelogram if its diagonals biset each other. (iii) to get a grade in the class, it is necessary that you do all the exercise of the book. |
|
Answer» Solution :(3)(i) if you get a JOB, then your CREDIBILITY are good. (ii) if diagonals of a quadrilateral bisect each other, then it is a PARALLELOGRAM. (iii) if you get A grade in the CLASS, then you do all the exercises in the book. |
|