is true, so q = true and r = true.
is true if is true, which happens in all combination apart from p=true and s=false.
, since r=true, this statement always true. So following truth values make statement true - p = true and s = true, p=false and s=true, p=false and s=false.
Comments