Question: programming languages using prolog 5. Define a Prolog predicate with three lists as arguments that returns True if the third hist is obtained from the

programming languages
using prolog
 programming languages using prolog 5. Define a Prolog predicate with three

5. Define a Prolog predicate with three lists as arguments that returns True if the third hist is obtained from the first list by eliminating those elements that appear in the second list. Exnmple: ?diff([2,5,4,9,1],[6,2,0,3,9],R). (5 marks) R=[5,4,1]. Ilimf: you may use the member predicate

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!