Consider the following code: int[] Arr = { 77, 10, 124, 63, 22}; int x = Arr[4]; for (int index=3; index >= 0; index--) { if (Arr[index] < x) { x = Arr[index]; } } MessageBox.Show(x.ToString()); What will be the output displayed on Message Box?单项选择题

题目图片
A

10

B

63

C

77

D

22

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!