contestada







Really need some help     What is the truth value for the following conditional statement?
p: true
q: true

p → q

T T → F
F T → T
T T → T
T F → T

Respuesta :

p → q means is a conditional statement that is read if p .... then q . . .

When p is true and q is true, then
p → q is true.

Therefore, the correct answer is
T T → T.