Question: 5.1 Let a program be: P( 1). P(2) - !. P(3). Write all Prolog's answers to the following questions: (a) ?-p(X). (b) ?-p(X), p(Y). (c)
5.1 Let a program be: P( 1). P(2) - !. P(3). Write all Prolog's answers to the following questions:
(a) ?-p(X).
(b) ?-p(X), p(Y).
(c) ?-p(X), !, P(Y).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
