You are not logged in.
Pages: 1
i have 2 question and i hope to get answers plz :
1- in computer programming the "if-then-else" statement is used. Given that P,Q and R are statements
how can we translate the sentence from "if P then Q else R" into proportional logic???
2- how can we formulate the symbolic expression in words using:
p: today is monday
q: it is raining
r: it is not
thanks lot
Offline
Are you looking for a tautology with no time sequence like:
P XNOR Q XNOR not R, where XNOR means Equivalence binary operator.
or are you looking for a time sequence
or sequential logic statement like a computer program?
igloo myrtilles fourmis
Offline
Are you looking for a tautology with no time sequence like:
P XNOR Q XNOR not R, where XNOR means Equivalence binary operator.or are you looking for a time sequence
or sequential logic statement like a computer program?
i need a tautology or a sequential logic statement
Offline
if today is monday, it is raining, if not it is not raining.
or perhaps
it is only raining if it is monday
The Beginning Of All Things To End.
The End Of All Things To Come.
Offline
Pages: 1