MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct one.int[] A = { 0, 2, 4, 5, 6, 8, 9 }; int[] B = { 1, 3, 5, 7, 8 }; IEnumerable |
| A. | 0, 2, 4, 5, 6, 8, 9 |
| B. | 1, 3, 5, 7, 8 |
| C. | 0 2 4 6 9 |
| D. | All of the above |
| Answer» D. All of the above | |