求數組中最大值、最小值、平均值

/**  * 用代碼實現求數組的最大值、最小值、平均值  * @author  *  */ public class ArrayMaxMinPjTest {     public static void main(String[] args) {         int a[] = {1,3,4,5,9,22,32,5,11,55,63,31};         int max = a[0];//
相關文章
相關標籤/搜索