原创 JAVA之求一維數組中最大值與最小值(利用選擇排序)

package test; public class demo { static void xuanze(int num[]) { int i,j,swap,min; for(i=0;i<10;i++)