Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following query:
?- setof(X, member(X,[b,a,c,a]), L).
What is the value of L?
L
[c,b,a]
[b,a,c]
[a,b,c]
[b,a,c,a]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!