InterviewSolution
Saved Bookmarks
| 1. |
Write the component statement "57 is divisible by 2 or 3" compound statements and check whether the compound statement is true or false. |
|
Answer» <P> Solution :The component statements arep: 57 is divisible by 2 q : 57 is divisible by 3 The TRUTH VALUE of the compound STATEMENT is .True.. |
|