Extracted text: Given the following array of integers 123, 2154, 222, 4, 283, 1560, 1061, 2150 If we want to sort the array using radix-sort, what will be the content of the array after the second pass? 1560, 2150, 1061, 222, 123, 283, 2154, 4 О 4, 1061, 123, 2150, 2154, 222, 283, 1560 О4, 222, 123, 2150, 2154, 560, 61, 283 4, 222, 123, 2154, 2150, 1560, 1061, 283 O None of the above