Answer:
T T → T
Step-by-step explanation:
Boolean table,
p q p → q
T T T
T F F
F T T
F F T
Given, the conditional statement:
p : True
q : True,
Then by using above table,
p → q is true,
Hence, the correct answer is,
T T → T
⇒ Third option is correct.