j++;//该while循环内完成后最大的一个数会变为a[10]} i++;//该while循环内完成后数组内的数是从小到大一次排好的,现在a[0]最小,a[10]最大 } printf("max is %d\n",a[0]);printf("min is %d\n",a[10]);}