Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following Prolog goals succeed (i.e., unify successfully)?
Select all that apply.
[a,b|T] = [a,b,c,d].
[X,b,c] = [a,b,c]
[a|T] = [b,c,d]
[X,Y] = [a,b,c]
[a,b,c] = [a|[b,c]]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!