Question set III Suppose we have an array A containing 9 integers (with the first index being 0): 240, 119, 682, 341, 225, 556, 122, 661, 245 Please answer the following questions. 【題組】13. We use Quick Sort to sort the array in ascending order. For each partition, let the rightmost element
be the pivot. Which one stores 245 after the first partition? (A) A[3]; (B) A[7); (C)A(5]; (D) A[4].