Send Question & Get Answer Send Here

IF A = [5, 6, 7] and B = [7, 8, 9] then A ∪ B is equal to

1 min read

IF A = [5, 6, 7] and B = [7, 8, 9] then A ∪ B is equal to

A
[5, 6, 7, 8, 9]
B
[5, 6, 7]
C
[7, 8, 9]
D
None of these
Answer:

The correct option is A. [5, 6, 7, 8, 9]

Note
Given A = [5, 6, 7] and B = [7, 8, 9] then A ∪ B = [5, 6, 7, 8, 9]

Post a Comment