InterviewSolution
Saved Bookmarks
| 1. |
Write each of the statements in the form "if p, then q"(i) p : It isnecessary to have a password to log on to the server.(ii) q : There istraffic jam whenever it rains.(iii) r : You canaccess the website only if you pay a subscription fee. |
|
Answer» (i) if you log on to the server, then you have a password. (ii) it is rains, then is traffic jam. (iii) if you can access the website then you pay a subscription fee. |
|