摘要: 获取数组中的最大最小值 class Demo_Max{ public static void main(string[] args) { ​ int[] arr = {11,22,33,44,55}; //创建一个静态初始化的数组 ​ int max = getMax(arr); //调用方法 ​ 阅读全文
posted @ 2019-05-20 23:24 白河ia 阅读(108) 评论(0) 推荐(0)