For the following two questions, consider this Prolog program: person(mary). person(john). girl(mary). boy(john). Write the prolog Program in Clause Normal Form (CNF). During the process of answering...


For the following two questions, consider this Prolog program:


person(mary).


person(john).


girl(mary).


boy(john).



Write the prolog Program in Clause Normal Form (CNF).<br>

Extracted text: Write the prolog Program in Clause Normal Form (CNF).
During the process of answering the previous query (?- person(X), \+ girl(X).), did X<br>unified with

Extracted text: During the process of answering the previous query (?- person(X), \+ girl(X).), did X unified with "john" at some point? True False

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here