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