What is the truth value for the following conditional statement?
p: true
q: true

∼q → ∼p

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

Its A. F F → T Right?