Question: 1.1 Assuming the parent relation as defined in this section (see Figure 1.1), what will be Prolog's answers to the following questions? (a) ? parent(
1.1 Assuming the parent relation as defined in this section (see Figure 1.1), what will be Prolog's answers to the following questions?
(a) ? parent( jim, X).
(b) ?-parent( X, jim).
(c) ?-parent(pam, X), parent( X, pat).
(d) ?- parent(pam, X), parent(X, Y), parent(Y, jim).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
