Could you help me read (interpret) the truth tables of the two operators?
For the implication operator, the truth table is:
$$\begin{array}{c c | c} h& c& h \implies c \\ \hline T& T& T& \\ T& F& F& \\ F& T& T& \\ F& F& T& \\ \end{array}$$
Is the third column indicating when the operator holds, in other words, when a value of $s$ CAN imply a value in $t$?
For the "if and only if" conditional connective, the truth table is:
$$\begin{array}{c c | c} s& t& s \iff t \\ \hline T& T& T& \\ T& F& F& \\ F& T& F& \\ F& F& T& \\ \end{array}$$