A developer has two collections containing data:
1) A list of strings called listA that was initialized with 2 items
2) An array of strings called arrayB that was initialized with 2 items
How can both collections be combined into a single 4-item collection called results?