问题详情
应用程序的main方法中有以下语句,则执行后输出的结果是()Int[] x={125,21,5,168,98}; Int min=x[0]; For (int i=1; i
A、125
B、5
C、98
D、168