As the name implies, the conditional operator creates a compound statement that sets up a condition for something to be true. In this way, if the condition is met, the statement is <em>true.</em>
The symbol is the <em>Horseshoe or arrow →</em>
The parts of conditional are two simple statements joined by the conditional symbol. The first simple statement in a conditional is called the antecedent and the second simple statement is called the consequent. So, we can write the option b as follows:
A: The sum of the digits of a number is divisible by 3
B: the number is divisible by 3.
A→B =<em> </em><em>If the sum of the digits of a number is divisible by 3, then the number is divisible by 3. </em>
The problem asks for the conclusion of the statement, that is, the consequent, so the right answer is:
c. The number is divisible by 3.