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
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
Get step-by-step solutions from verified subject matter experts
