Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int[] p = {1,2,3};int[] q = {3,4};var diff = p.Union(q).Except(p.Intersect(q));
int[] p = {1,2,3};
int[] q = {3,4};
var diff = p.Union(q).Except(p.Intersect(q));
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!