1.

Given `A={1, 2, 3, 4, 5, 8}` and `B={2, 4, 6, 8, 9, 11}`. Find `A uu B`.

Answer» `A uu B={1, 2, 3, 4, 5, 8} uu {2, 4, 6, 8, 9, 11}={1, 2, 3, 4, 5, 6, 7, 8, 9, 11}`.


Discussion

No Comment Found

Related InterviewSolutions