InterviewSolution
Saved Bookmarks
| 1. |
Find the component statement of the compound statement.Number 7 is prime and odd. |
|
Answer» A compound statement is a combination of two statements (Components). So, the components of the given statement “Number 7 is prime and odd” are, p:Number 7 is prime. q: Number 7 is odd. |
|