If p and q are true and r and s are false, find the truth value of the following compound statement.
[(p ∨ s) → r] ∨ ~ [~ (p → q) ∨ s]
[(p ∨ s) → r] ∨ ~ [~ (p → q) ∨ s]
≡ [(T ∨ F) → F] ∨ ~[~ (T → T) ∨ F]
≡ (T → F) ∨ ~ (~ T ∨ F)
≡ F ∨ ~ (F ∨ F)
≡ F ∨ ~ F
≡ F ∨ T
≡ T
Hence, truth value is T.