Question: I need the answer as soon as possible Convert an algorithm into a prolog mother(marry, john) mother(marry, susie) father(adam, john) father(adam, susie) VXVY father(X, Y)
I need the answer as soon as possible
Convert an algorithm into a prolog mother(marry, john) mother(marry, susie) father(adam, john) father(adam, susie) VXVY father(X, Y) v mother(X, Y) parent(X, Y) VX VY VZ parent(X, Y) ^ parent(X, Z) sibling(Y, Z)
Step by Step Solution
3.43 Rating (166 Votes )
There are 3 Steps involved in it
Here is the clause in the question Mother marry john Mother marry Susie ... View full answer
Get step-by-step solutions from verified subject matter experts
