Answer: p → q is true and q → p is true.
Explanation:
A bi-conditional statement (p↔q) is the conjunction of two true conditional statements.
i.e. ((p→q)∧(q→p)=p iff q or p↔q)
It means that p↔q means "p implies q or (p → q)" and "q implies p or (q → p)" , both are true conditional statements.
Therefore, if p ↔ q is true, then p → q is true and q → p is true.