Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started