I'm a computer science undergrad and i was asked to create an algorithm then the corresponding truth table.
a = ants are angry
b = birds are busy
c = cats are cool
If ants are angry, then birds are not busy.
If cats are cool then birds are busy.
Cats are not cool. Therefore ants are angry.
This is it here, is it correct? Thanks for your help.