Question: 1. create Prolog rule(s) that returns true if S is a brother of B. brother(S,B) 2. develop Prolog rule(s) that return true if f C
1. create Prolog rule(s) that returns true if S is a brother of B. brother(S,B)
2. develop Prolog rule(s) that return true if f C is a child of P. child(C,P)
3. create a Prolog program that returns true if G is a grandmother of P .
4. create a Prolog program that returns true if Gf is a grandfather of P.
5. create a Prolog program that returns true if A is an ancestor of P.
6. develop Prolog rule(s) that return true if if D is a daughter of P. daughter (C,P)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
