Answer:
.
Explanation:
We are given that
p: true
q: true
The condition statement

If p is true then
is false.
If p is false then
is true.
If
is false and q is true then the value of
is true.
If
is true and q is true then
is true.
If
is true and q is false then the value of
is false.
If
is false and q is false then the value of
is true.



.