Question: I need to write a Prolog program to implement a set complement against a predefined universe (numbers 1-30). The rule should contain two inputs complement(J,

I need to write a Prolog program to implement a set complement against a predefined universe (numbers 1-30). The rule should contain two inputs complement(J, K) :- ... K being the returned set of the complement of J and the universe.

I don't quite understand how to do this with only two variables accessible.

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!