问题 单项选择题

有整型数组:int[]x={2,33,88,5,10};则调用方法Arrays.sort(x)后,数组x中的元素x[3]的值是()。

A、5

B、10

C、33

D、88

答案

参考答案:C

多项选择题
单项选择题