

InterviewSolution
Saved Bookmarks
1. |
What is union sets |
Answer» Union means to unite ... Combination of two sets.. And if any element is common..You have to write only once.<br>Let us suppose two sets- Set (A)= {1,2,3} Set (B)= {6,7,8}Then Union of set (A) and set (B) could be written as-A U B = {1,2,3,6,7,8}?I hope it will help you to understand!!<br>If you have 2 sets A and B union is that you have to write them in a single set by writing all the number in the set . If the numbers repeate write them once only | |