InterviewSolution
Saved Bookmarks
| 1. |
Write each of the following statements in the form "if-then"(i) You get a job impliesthat your credentials are good.(ii) The Banana treeswill bloom if it stays warm for a month.(iii) A quadrilateral is aparallelogram if its diagonals bisect |
|
Answer» (i) if you get a job , then your credentials are good (ii) if the banana tree stays warm for a month, then it will bloom (iii) it diagonals of a quadrilateral bisect each other, then it is a parallelogram. (iv) if you get `A^(+)` grade in the class, then you do all the exercise in the book. |
|