

InterviewSolution
Saved Bookmarks
1. |
A conditional is symbolized like this? |
Answer» Answer: A CONDITIONAL Statement is... symbolized by p q, it is an if-then statement in which p is a HYPOTHESIS and q is a conclusion. The logical CONNECTOR in a conditional statement is denoted by the symbol . The conditional is defined to be true unless a true hypothesis LEADS to a false conclusion. Explanation: |
|