1.1 Assuming the parent relation as defined in this section (see Figure 1.1), what will be Prolog's...

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( jim, X).

(b) ?-parent( X, jim).

(c) ?-parent(pam, X), parent( X, pat).

(d) ?- parent(pam, X), parent(X, Y), parent(Y, jim).

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: